Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(161)

Unified Diff: third_party/WebKit/LayoutTests/http/tests/misc/resource-timing-sizes-cors-preflight-worker.html

Issue 2159163002: Set Resource Timing transferSize field in Workers (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@resource_timing_sizes_render_process
Patch Set: Rebase Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/http/tests/misc/resource-timing-sizes-cors-preflight-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-cors-preflight-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-cors-preflight-worker.html
index 76dc7dbae6c33971c4041fb4784cab9586a650f3..9688fd73594aae76136351bf4a8fbae235ffb303 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-cors-preflight-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-cors-preflight.js'));
</script>

Powered by Google App Engine
This is Rietveld 408576698