| Index: LayoutTests/fast/html/imports/import-in-iframe.html
|
| diff --git a/LayoutTests/fast/filesystem/workers/async-operations.html b/LayoutTests/fast/html/imports/import-in-iframe.html
|
| similarity index 60%
|
| copy from LayoutTests/fast/filesystem/workers/async-operations.html
|
| copy to LayoutTests/fast/html/imports/import-in-iframe.html
|
| index 8464a28cd34456e95d735b4678824850f10b0361..f87d1f480b318487ef1229ca414b15fee9bc8d2c 100644
|
| --- a/LayoutTests/fast/filesystem/workers/async-operations.html
|
| +++ b/LayoutTests/fast/html/imports/import-in-iframe.html
|
| @@ -1,12 +1,11 @@
|
| +<!DOCTYPE html>
|
| <html>
|
| -<head>
|
| <script src="../../js/resources/js-test-pre.js"></script>
|
| -</head>
|
| <body>
|
| +<iframe src="resources/child-frame-with-import.html"></iframe>
|
| <script>
|
| -worker = startWorker('../resources/async-operations.js');
|
| +window.jsTestIsAsync = true;
|
| </script>
|
| <script src="../../js/resources/js-test-post.js"></script>
|
| </body>
|
| </html>
|
| -
|
|
|