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

Unified Diff: LayoutTests/http/tests/w3c/webperf/submission/Google/resource-timing/html/test_resource_attribute_order-expected.txt

Issue 1151323002: testharnessreport: Hide unnecessary elements for JS tests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Sync all of testharnessreport.js, and update test results Created 5 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/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
-

Powered by Google App Engine
This is Rietveld 408576698