Before complaining to Google (who on past experience will try to blame my distro!)...
I have an HTML page with lots of embedded JavaScript, which uses local browser storage (HTML5 IDBFS). If viewed with Chrome browser, the file works *only* if accessed via an HTTP web server (http:// or https://). If accessed directly as a local file (file://...), it generates an error: "IDBFS error: UnknownError: The user denied permission to access the database.". Firefox is happy to run the same file either as http(s):// or as file://.
Does this ring any bells with anybody?