Upstream version 10.38.222.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / http / tests / workers / terminate-during-sync-operation-websql.html
1 <!DOCTYPE html>
2 <body onload='runTest("openDatabaseSync")'>
3 <script src='resources/worker-util.js'></script>
4 <script src='resources/terminate-during-sync-operation.js'></script>
5 <p>Test that terminating the worker while it is performing synchronous file or database operations will not cause any crashes, asserts, etc.</p>
6 <div id='result'>
7 </div>
8 </body>