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

Unified Diff: LayoutTests/http/tests/w3c/webperf/approved/navigation-timing/html/test_timing_reload-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_reload-expected.txt
diff --git a/LayoutTests/http/tests/w3c/webperf/approved/navigation-timing/html/test_timing_reload-expected.txt b/LayoutTests/http/tests/w3c/webperf/approved/navigation-timing/html/test_timing_reload-expected.txt
deleted file mode 100644
index 8fad7049ec5420731b43577f85443d695be94333..0000000000000000000000000000000000000000
--- a/LayoutTests/http/tests/w3c/webperf/approved/navigation-timing/html/test_timing_reload-expected.txt
+++ /dev/null
@@ -1,29 +0,0 @@
-Description
-
-This test validates that the window.performance.timing attributes change when a page is reloaded.
-
-This page should be loaded with a green background frame below. The frame will be automatically reloaded and then verified that the window.performance.timing attributes have been updated to the new reloaded navigation timings.
-
-
-
-
-PASS window.performance is defined
-PASS window.performance.navigation is defined
-PASS window.performance.navigation.type == TYPE_RELOAD
-PASS connectEnd is different after the reload.
-PASS connectStart is different after the reload.
-PASS domComplete is different after the reload.
-PASS domContentLoadedEventEnd is different after the reload.
-PASS domContentLoadedEventStart is different after the reload.
-PASS domInteractive is different after the reload.
-PASS domLoading is different after the reload.
-PASS domainLookupEnd is different after the reload.
-PASS domainLookupStart is different after the reload.
-PASS fetchStart is different after the reload.
-PASS loadEventEnd is different after the reload.
-PASS loadEventStart is different after the reload.
-PASS navigationStart is different after the reload.
-PASS requestStart is different after the reload.
-PASS responseEnd is different after the reload.
-PASS responseStart is different after the reload.
-

Powered by Google App Engine
This is Rietveld 408576698