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

Unified Diff: LayoutTests/http/tests/w3c/webperf/approved/navigation-timing/html/test_navigation_type_backforward-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_navigation_type_backforward-expected.txt
diff --git a/LayoutTests/http/tests/w3c/webperf/approved/navigation-timing/html/test_navigation_type_backforward-expected.txt b/LayoutTests/http/tests/w3c/webperf/approved/navigation-timing/html/test_navigation_type_backforward-expected.txt
index 1e1b11599bf5f47cee38648623ce9f74f8a83ed0..50bd1d11cd13167c94a3bf640f1002bd3f22c739 100644
--- a/LayoutTests/http/tests/w3c/webperf/approved/navigation-timing/html/test_navigation_type_backforward-expected.txt
+++ b/LayoutTests/http/tests/w3c/webperf/approved/navigation-timing/html/test_navigation_type_backforward-expected.txt
@@ -2,22 +2,12 @@ frame "<!--framePath //<!--frame0-->-->" - has 1 onunload handler(s)
frame "<!--framePath //<!--frame0-->-->" - has 1 onunload handler(s)
frame "<!--framePath //<!--frame0-->-->" - has 1 onunload handler(s)
frame "<!--framePath //<!--frame0-->-->" - has 1 onunload handler(s)
-Description
-
-This test validates the value of window.performance.navigation.type with a forward and back navigation.
-
-This page should be loaded with a yellow background frame below. It should turn green for a starting navigation, back to yellow for a back navigation and then back to green again for a forward navigation.
-
-Along the navigation timeline the frame.window.performance.type is checked for TYPE_BACK_FORWARD.
-
-This test passes if all of the checks to the navigation.type are correct throughout the navigation scenario and the frame below ends with a green background. Otherwise, this test fails.
-
-
-
+ This is a testharness.js-based test.
PASS window.performance is defined
PASS window.performance.navigation is defined
PASS window.performance.navigation.type == TYPE_NAVIGATE
PASS window.performance.navigation.type == TYPE_BACK_FORWARD after history.back()
PASS window.performance.navigation.type == TYPE_BACK_FORWARD after history.forward()
+Harness: the test ran to completion.

Powered by Google App Engine
This is Rietveld 408576698