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