Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / http / tests / workers / terminate-during-sync-operation-file.html
blobcb6a480679ed2c2d0bc7480289236b271d0dea14
1 <!DOCTYPE html>
2 <body onload='runTest("fileSyncOperations")'>
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>