| <html> | |
| <head> | |
| <script src="resources/test-inputs-common.js"></script> | |
| </head> | |
| <body onload="runTest('resources/open-database-set-empty-version-sync.js')"> | |
| This tests that calling openDatabase with an empty version string sets the current version of that database to the empty string and subsequent attempts to open the database with a different expected version throw an exception. | |
| <pre id="console"> | |
| </pre> | |
| </body> | |
| </html> |