Index: LayoutTests/http/tests/w3c/webperf/submission/Google/resource-timing/html/test_resource_attribute_order-expected.txt |
diff --git a/LayoutTests/http/tests/w3c/webperf/submission/Google/resource-timing/html/test_resource_attribute_order-expected.txt b/LayoutTests/http/tests/w3c/webperf/submission/Google/resource-timing/html/test_resource_attribute_order-expected.txt |
deleted file mode 100644 |
index d78818916ed3b28c05133a82167aabda1afe91d2..0000000000000000000000000000000000000000 |
--- a/LayoutTests/http/tests/w3c/webperf/submission/Google/resource-timing/html/test_resource_attribute_order-expected.txt |
+++ /dev/null |
@@ -1,18 +0,0 @@ |
-Description |
- |
-This test validates that the PerformanceResourceTiming attributes appear in the correct chronological order. |
- |
- |
- |
-PASS Only 1 PerformanceEntry should match |
-PASS redirectStart should be 0 |
-PASS redirectEnd should be 0 |
-PASS fetchStart should be non-zero |
-PASS domainLookupStart should be greater than or equal to fetchStart |
-PASS domainLookupEnd should be greater than or equal to domainLookupStart |
-PASS connectStart should be greater than or equal to domainLookupEnd |
-PASS connectEnd should be greater than or equal to connectStart |
-PASS requestStart should be greater than or equal to connectEnd |
-PASS responseStart should be greater than or equal to requestStart |
-PASS responseEnd should be greater than or equal to responseStart |
- |