Upstream version 10.38.222.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / workers / storage / open-database-inputs-sync.html
1 <!doctype html>
2 <html>
3 <head>
4 <script src="resources/test-inputs-common.js"></script>
5 </head>
6
7 <body onload="runTest('resources/open-database-inputs-sync.js')">
8 This test makes sure that openDatabaseSync() accepts only valid parameters.
9 <pre id="console">
10 </pre>
11 </body>
12 </html>