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

Unified Diff: LayoutTests/http/tests/w3c/webperf/approved/navigation-timing/html/test_document_open-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_document_open-expected.txt
diff --git a/LayoutTests/http/tests/w3c/webperf/approved/navigation-timing/html/test_document_open-expected.txt b/LayoutTests/http/tests/w3c/webperf/approved/navigation-timing/html/test_document_open-expected.txt
deleted file mode 100644
index 52453d31b0f88f35f9ab352e5c256e82e2059556..0000000000000000000000000000000000000000
--- a/LayoutTests/http/tests/w3c/webperf/approved/navigation-timing/html/test_document_open-expected.txt
+++ /dev/null
@@ -1,33 +0,0 @@
-Description
-
-This test validates window.performance.timing remains constant when a document is replaced using document.open.
-
-This page should be loaded with a yellow frame below. It then replaces the document in that frame with a green document.
-
-The test passes if all of the checks to performance.timing are correct and the frame below ends with a green background.
-
-
-
-
-PASS window.performance is defined
-PASS connectEnd is the same after document open.
-PASS connectStart is the same after document open.
-PASS domComplete is the same after document open.
-PASS domContentLoadedEventEnd is the same after document open.
-PASS domContentLoadedEventStart is the same after document open.
-PASS domInteractive is the same after document open.
-PASS domLoading is the same after document open.
-PASS domainLookupEnd is the same after document open.
-PASS domainLookupStart is the same after document open.
-PASS fetchStart is the same after document open.
-PASS loadEventEnd is the same after document open.
-PASS loadEventStart is the same after document open.
-PASS navigationStart is the same after document open.
-PASS redirectEnd is the same after document open.
-PASS redirectStart is the same after document open.
-PASS requestStart is the same after document open.
-PASS responseEnd is the same after document open.
-PASS responseStart is the same after document open.
-PASS unloadEventEnd is the same after document open.
-PASS unloadEventStart is the same after document open.
-

Powered by Google App Engine
This is Rietveld 408576698