| Index: third_party/WebKit/LayoutTests/http/tests/misc/resource-timing-sizes-xhr-fetch-worker.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/html/browsers/the-window-object/accessing-other-browsing-contexts/iterator.html b/third_party/WebKit/LayoutTests/http/tests/misc/resource-timing-sizes-xhr-fetch-worker.html
|
| similarity index 50%
|
| copy from third_party/WebKit/LayoutTests/imported/wpt/html/browsers/the-window-object/accessing-other-browsing-contexts/iterator.html
|
| copy to third_party/WebKit/LayoutTests/http/tests/misc/resource-timing-sizes-xhr-fetch-worker.html
|
| index 76dc7dbae6c33971c4041fb4784cab9586a650f3..c8f80b7dcdb985ad8af2cf693455476b134a9bcb 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/html/browsers/the-window-object/accessing-other-browsing-contexts/iterator.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/misc/resource-timing-sizes-xhr-fetch-worker.html
|
| @@ -1,11 +1,7 @@
|
| <!DOCTYPE html>
|
| -<meta charset=utf-8>
|
| -<title>window[@@iterator]</title>
|
| <script src="/resources/testharness.js"></script>
|
| <script src="/resources/testharnessreport.js"></script>
|
| -<div id="log"></div>
|
| <script>
|
| -test(function() {
|
| - assert_false(Symbol.iterator in window);
|
| -});
|
| +fetch_tests_from_worker(
|
| + new Worker('/misc/resources/resource-timing-sizes-xhr-fetch.js'));
|
| </script>
|
|
|