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

Unified Diff: LayoutTests/http/tests/w3c/webperf/approved/navigation-timing/html/test_timing_attributes_exist-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/approved/navigation-timing/html/test_timing_attributes_exist-expected.txt
diff --git a/LayoutTests/http/tests/w3c/webperf/approved/navigation-timing/html/test_timing_attributes_exist-expected.txt b/LayoutTests/http/tests/w3c/webperf/approved/navigation-timing/html/test_timing_attributes_exist-expected.txt
deleted file mode 100644
index c5a16bf1baaeec57bc8349770f2601e7cceddf73..0000000000000000000000000000000000000000
--- a/LayoutTests/http/tests/w3c/webperf/approved/navigation-timing/html/test_timing_attributes_exist-expected.txt
+++ /dev/null
@@ -1,28 +0,0 @@
-Description
-
-This test validates that all of the window.performance.timing attributes exist (but does not validate that their values are correct).
-
-
-PASS window.performance is defined
-PASS window.performance.timing is defined
-PASS window.performance.timing.connectEnd is defined.
-PASS window.performance.timing.connectStart is defined.
-PASS window.performance.timing.domComplete is defined.
-PASS window.performance.timing.domContentLoadedEventEnd is defined.
-PASS window.performance.timing.domContentLoadedEventStart is defined.
-PASS window.performance.timing.domInteractive is defined.
-PASS window.performance.timing.domLoading is defined.
-PASS window.performance.timing.domainLookupEnd is defined.
-PASS window.performance.timing.domainLookupStart is defined.
-PASS window.performance.timing.fetchStart is defined.
-PASS window.performance.timing.loadEventEnd is defined.
-PASS window.performance.timing.loadEventStart is defined.
-PASS window.performance.timing.navigationStart is defined.
-PASS window.performance.timing.redirectEnd is defined.
-PASS window.performance.timing.redirectStart is defined.
-PASS window.performance.timing.requestStart is defined.
-PASS window.performance.timing.responseEnd is defined.
-PASS window.performance.timing.responseStart is defined.
-PASS window.performance.timing.unloadEventEnd is defined.
-PASS window.performance.timing.unloadEventStart is defined.
-

Powered by Google App Engine
This is Rietveld 408576698