Index: LayoutTests/http/tests/w3c/webperf/submission/Intel/resource-timing/test_resource_timing_timing_allow_cross_origin_resource_request-expected.txt |
diff --git a/LayoutTests/http/tests/w3c/webperf/submission/Intel/resource-timing/test_resource_timing_timing_allow_cross_origin_resource_request-expected.txt b/LayoutTests/http/tests/w3c/webperf/submission/Intel/resource-timing/test_resource_timing_timing_allow_cross_origin_resource_request-expected.txt |
index d99a40fbc06d1ef24755e7ab9295a6d3b46982dd..7268691101141b494662797ad53eb199741ae9cb 100644 |
--- a/LayoutTests/http/tests/w3c/webperf/submission/Intel/resource-timing/test_resource_timing_timing_allow_cross_origin_resource_request-expected.txt |
+++ b/LayoutTests/http/tests/w3c/webperf/submission/Intel/resource-timing/test_resource_timing_timing_allow_cross_origin_resource_request-expected.txt |
@@ -1,4 +1,3 @@ |
-CONSOLE MESSAGE: line 24: Uncaught TypeError: Cannot read property 'redirectStart' of undefined |
Description |
This test validates the values in resource timing for a timing-allow-origin cross-origin resource request. |
@@ -6,4 +5,16 @@ This test validates the values in resource timing for a timing-allow-origin cros |
-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 since no redirect! |
+PASS redirectEnd should be 0 in cross-origin request since no redirect! |
+PASS domainLookupStart should not be 0 in timing-allow cross-origin request! |
+PASS domainLookupEnd should not be 0 in timing-allow cross-origin request! |
+PASS connectStart should not be 0 in timing-allow cross-origin request! |
+PASS connectEnd should not be 0 in timing-allow cross-origin request! |
+PASS requestStart should not be 0 in timing-allow cross-origin request! |
+PASS responseStart should not be 0 in timing-allow cross-origin request! |
+PASS secureConnectionStart should be 0 in cross-origin request since no ssl! |
+PASS fetchStart should not be 0 in timing-allow cross-origin request! |
+PASS responseEnd should not be 0 in timing-allow cross-origin request! |
+ |