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

Unified Diff: LayoutTests/http/tests/w3c/webperf/approved/UserTiming/test_user_timing_mark_exceptions-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/UserTiming/test_user_timing_mark_exceptions-expected.txt
diff --git a/LayoutTests/http/tests/w3c/webperf/approved/UserTiming/test_user_timing_mark_exceptions-expected.txt b/LayoutTests/http/tests/w3c/webperf/approved/UserTiming/test_user_timing_mark_exceptions-expected.txt
deleted file mode 100644
index e40b0abc7d5402426b1e7e64d48be1191cb797ee..0000000000000000000000000000000000000000
--- a/LayoutTests/http/tests/w3c/webperf/approved/UserTiming/test_user_timing_mark_exceptions-expected.txt
+++ /dev/null
@@ -1,47 +0,0 @@
-Description
-
-This test validates that the performance.mark() method throws a SYNTAX_ERR exception whenever a navigation timing attribute is provided for the name parameter.
-
-
-PASS window.performance is defined
-PASS window.performance.mark("connectEnd") threw an exception.
-PASS window.performance.mark("connectEnd") threw a SYNTAX_ERR exception.
-PASS window.performance.mark("connectStart") threw an exception.
-PASS window.performance.mark("connectStart") threw a SYNTAX_ERR exception.
-PASS window.performance.mark("domComplete") threw an exception.
-PASS window.performance.mark("domComplete") threw a SYNTAX_ERR exception.
-PASS window.performance.mark("domContentLoadedEventEnd") threw an exception.
-PASS window.performance.mark("domContentLoadedEventEnd") threw a SYNTAX_ERR exception.
-PASS window.performance.mark("domContentLoadedEventStart") threw an exception.
-PASS window.performance.mark("domContentLoadedEventStart") threw a SYNTAX_ERR exception.
-PASS window.performance.mark("domInteractive") threw an exception.
-PASS window.performance.mark("domInteractive") threw a SYNTAX_ERR exception.
-PASS window.performance.mark("domLoading") threw an exception.
-PASS window.performance.mark("domLoading") threw a SYNTAX_ERR exception.
-PASS window.performance.mark("domainLookupEnd") threw an exception.
-PASS window.performance.mark("domainLookupEnd") threw a SYNTAX_ERR exception.
-PASS window.performance.mark("domainLookupStart") threw an exception.
-PASS window.performance.mark("domainLookupStart") threw a SYNTAX_ERR exception.
-PASS window.performance.mark("fetchStart") threw an exception.
-PASS window.performance.mark("fetchStart") threw a SYNTAX_ERR exception.
-PASS window.performance.mark("loadEventEnd") threw an exception.
-PASS window.performance.mark("loadEventEnd") threw a SYNTAX_ERR exception.
-PASS window.performance.mark("loadEventStart") threw an exception.
-PASS window.performance.mark("loadEventStart") threw a SYNTAX_ERR exception.
-PASS window.performance.mark("navigationStart") threw an exception.
-PASS window.performance.mark("navigationStart") threw a SYNTAX_ERR exception.
-PASS window.performance.mark("redirectEnd") threw an exception.
-PASS window.performance.mark("redirectEnd") threw a SYNTAX_ERR exception.
-PASS window.performance.mark("redirectStart") threw an exception.
-PASS window.performance.mark("redirectStart") threw a SYNTAX_ERR exception.
-PASS window.performance.mark("requestStart") threw an exception.
-PASS window.performance.mark("requestStart") threw a SYNTAX_ERR exception.
-PASS window.performance.mark("responseEnd") threw an exception.
-PASS window.performance.mark("responseEnd") threw a SYNTAX_ERR exception.
-PASS window.performance.mark("responseStart") threw an exception.
-PASS window.performance.mark("responseStart") threw a SYNTAX_ERR exception.
-PASS window.performance.mark("unloadEventEnd") threw an exception.
-PASS window.performance.mark("unloadEventEnd") threw a SYNTAX_ERR exception.
-PASS window.performance.mark("unloadEventStart") threw an exception.
-PASS window.performance.mark("unloadEventStart") threw a SYNTAX_ERR exception.
-

Powered by Google App Engine
This is Rietveld 408576698