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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/misc/resource-timing-sizes-sync-xhr-transfer-size.html

Issue 2163183002: Fix PerformanceResourceTiming transferSize field for sync XHR (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@resource_timing_sizes_worker_tests
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-sync-xhr-transfer-size.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/misc/resource-timing-sizes-xhr-fetch.html b/third_party/WebKit/LayoutTests/http/tests/misc/resource-timing-sizes-sync-xhr-transfer-size.html
similarity index 58%
copy from third_party/WebKit/LayoutTests/http/tests/misc/resource-timing-sizes-xhr-fetch.html
copy to third_party/WebKit/LayoutTests/http/tests/misc/resource-timing-sizes-sync-xhr-transfer-size.html
index 4298a474ae2a846d6d384723ad1e1a86868f60ca..82dec60afc86aa4fe7889dcdbfd87b00dcd67518 100644
--- a/third_party/WebKit/LayoutTests/http/tests/misc/resource-timing-sizes-xhr-fetch.html
+++ b/third_party/WebKit/LayoutTests/http/tests/misc/resource-timing-sizes-sync-xhr-transfer-size.html
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
-<script src="/misc/resources/resource-timing-sizes-xhr-fetch.js"></script>
+<script src="/misc/resources/resource-timing-sizes-sync-xhr-transfer-size.js"></script>

Powered by Google App Engine
This is Rietveld 408576698