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

Unified Diff: LayoutTests/http/tests/w3c/webperf/approved/navigation-timing/html/test_timing_attributes_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/approved/navigation-timing/html/test_timing_attributes_order-expected.txt
diff --git a/LayoutTests/http/tests/w3c/webperf/approved/navigation-timing/html/test_timing_attributes_order-expected.txt b/LayoutTests/http/tests/w3c/webperf/approved/navigation-timing/html/test_timing_attributes_order-expected.txt
index 17eacc7ca30b32e1883de6533ac468c4ccdf0c0b..26380c1243d3ac48c402534bec9b399dd99665ae 100644
--- a/LayoutTests/http/tests/w3c/webperf/approved/navigation-timing/html/test_timing_attributes_order-expected.txt
+++ b/LayoutTests/http/tests/w3c/webperf/approved/navigation-timing/html/test_timing_attributes_order-expected.txt
@@ -1,19 +1,6 @@
frame "<!--framePath //<!--frame0-->-->" - has 1 onunload handler(s)
-Description
-
-This test validates the ordering of the window.performance.timing attributes.
-
-This page should be loaded with a yellow background frame below which contains an unload event handler.
-
-After the page loads, the frame is navigated to a new blank page with a green background. At this point, the navigation timeline is verified
-
-This test passes if all of the checks to the frame.window.performance.timing attributes are correct throughout the navigation scenario and the frame below ends with a green background. Otherwise, this test fails.
-
-Setup
-
-
-
+ This is a testharness.js-based test.
PASS window.performance is defined
PASS window.performance.timing is defined
PASS window.performance.navigation is defined
@@ -55,4 +42,5 @@ PASS window.performance.timing.unloadEventStart > 0
PASS window.performance.timing.unloadEventStart >= window.performance.timing.navigationStart
PASS window.performance.timing.unloadEventEnd > 0
PASS window.performance.timing.unloadEventEnd >= window.performance.timing.unloadEventStart
+Harness: the test ran to completion.

Powered by Google App Engine
This is Rietveld 408576698