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

Unified Diff: LayoutTests/http/tests/w3c/webperf/approved/navigation-timing/html/test_navigate_within_document-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_navigate_within_document-expected.txt
diff --git a/LayoutTests/http/tests/w3c/webperf/approved/navigation-timing/html/test_navigate_within_document-expected.txt b/LayoutTests/http/tests/w3c/webperf/approved/navigation-timing/html/test_navigate_within_document-expected.txt
deleted file mode 100644
index aa45f84a28ab0d93037de39755e4a0f26b21ad78..0000000000000000000000000000000000000000
--- a/LayoutTests/http/tests/w3c/webperf/approved/navigation-timing/html/test_navigate_within_document-expected.txt
+++ /dev/null
@@ -1,28 +0,0 @@
-Description
-
-This test validates that all of the window.performance.timing attributes remain unchanged after an in document navigation (URL fragment change).
-
-
-PASS window.performance is defined
-PASS window.performance.timing is defined
-PASS connectEnd is the same after in document navigation.
-PASS connectStart is the same after in document navigation.
-PASS domComplete is the same after in document navigation.
-PASS domContentLoadedEventEnd is the same after in document navigation.
-PASS domContentLoadedEventStart is the same after in document navigation.
-PASS domInteractive is the same after in document navigation.
-PASS domLoading is the same after in document navigation.
-PASS domainLookupEnd is the same after in document navigation.
-PASS domainLookupStart is the same after in document navigation.
-PASS fetchStart is the same after in document navigation.
-PASS loadEventEnd is the same after in document navigation.
-PASS loadEventStart is the same after in document navigation.
-PASS navigationStart is the same after in document navigation.
-PASS redirectEnd is the same after in document navigation.
-PASS redirectStart is the same after in document navigation.
-PASS requestStart is the same after in document navigation.
-PASS responseEnd is the same after in document navigation.
-PASS responseStart is the same after in document navigation.
-PASS unloadEventEnd is the same after in document navigation.
-PASS unloadEventStart is the same after in document navigation.
-

Powered by Google App Engine
This is Rietveld 408576698