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

Unified Diff: LayoutTests/http/tests/w3c/webperf/submission/Intel/resource-timing/test_resource_timing_cross_origin_resource_request-expected.txt

Issue 14632007: Add loadedNonEmptyDocument flag in iframe for Resource Timing (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Satisfy lighttpd on windows, and handle overlap timestamps Created 7 years, 7 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: LayoutTests/http/tests/w3c/webperf/submission/Intel/resource-timing/test_resource_timing_cross_origin_resource_request-expected.txt
diff --git a/LayoutTests/http/tests/w3c/webperf/submission/Intel/resource-timing/test_resource_timing_cross_origin_resource_request-expected.txt b/LayoutTests/http/tests/w3c/webperf/submission/Intel/resource-timing/test_resource_timing_cross_origin_resource_request-expected.txt
index 0673205b9d7aab11131db6a8046dc4e54390fae9..cf0e696136a4b10db14ab6faa819050b9a0e03f5 100644
--- a/LayoutTests/http/tests/w3c/webperf/submission/Intel/resource-timing/test_resource_timing_cross_origin_resource_request-expected.txt
+++ b/LayoutTests/http/tests/w3c/webperf/submission/Intel/resource-timing/test_resource_timing_cross_origin_resource_request-expected.txt
@@ -1,4 +1,3 @@
-CONSOLE MESSAGE: line 25: Uncaught TypeError: Cannot read property 'redirectStart' of undefined
Description
This test validates the values in resource timing for a cross-origin resource request.
@@ -6,4 +5,16 @@ This test validates the values in resource timing for a cross-origin resource re
-Harness Error. harness_status.status = 2 , harness_status.message = null
+PASS Starting document.location.hostname is correct (127.0.0.1:8000)
+PASS redirectStart should be 0 in cross-origin request!
+PASS redirectEnd should be 0 in cross-origin request!
+PASS domainLookupStart should be 0 in cross-origin request!
+PASS domainLookupEnd should be 0 in cross-origin request!
+PASS connectStart should be 0 in cross-origin request!
+PASS connectEnd should be 0 in cross-origin request!
+PASS requestStart should be 0 in cross-origin request!
+PASS responseStart should be 0 in cross-origin request!
+PASS secureConnectionStart should be 0 in cross-origin request!
+PASS fetchStart should be greater than 0 in cross-origin request!
+PASS responseEnd should be greater than 0 in cross-origin request!
+

Powered by Google App Engine
This is Rietveld 408576698