4 <p>Test for crash bug in WorkerThreadableLoader::MainThreadBridge::mainThreadCreateLoader when FileReader is runing in the worker thread and the page location is changed.
</p>
5 <p>This test PASSED if it did not crash.
</p>
6 <script src=
"../../../resources/js-test.js"></script>
8 var frame
= document
.createElement('iframe');
9 document
.body
.appendChild(frame
);
10 frame
.onload = function() {
11 frame
.onload = function() {
17 frame
.src
= 'resources/worker-read-blob-async-crash-iframe.html';