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

Unified Diff: LayoutTests/http/tests/w3c/webperf/submission/Intel/user-timing/test_user_timing_mark_exception-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/submission/Intel/user-timing/test_user_timing_mark_exception-expected.txt
diff --git a/LayoutTests/http/tests/w3c/webperf/submission/Intel/user-timing/test_user_timing_mark_exception-expected.txt b/LayoutTests/http/tests/w3c/webperf/submission/Intel/user-timing/test_user_timing_mark_exception-expected.txt
deleted file mode 100644
index 1b97ff3343ef34765d1b09892a166f392e358548..0000000000000000000000000000000000000000
--- a/LayoutTests/http/tests/w3c/webperf/submission/Intel/user-timing/test_user_timing_mark_exception-expected.txt
+++ /dev/null
@@ -1,28 +0,0 @@
-Description
-
-This test validates all exception scenarios of method window.performance.mark in User Timing API.
-
-
-PASS Invocation of context.mark() should throw TypeError Exception.
-PASS Invocation of context.mark("navigationStart") should throw SYNTAX_ERR Exception.
-PASS Invocation of context.mark("unloadEventStart") should throw SYNTAX_ERR Exception.
-PASS Invocation of context.mark("unloadEventEnd") should throw SYNTAX_ERR Exception.
-PASS Invocation of context.mark("redirectStart") should throw SYNTAX_ERR Exception.
-PASS Invocation of context.mark("redirectEnd") should throw SYNTAX_ERR Exception.
-PASS Invocation of context.mark("fetchStart") should throw SYNTAX_ERR Exception.
-PASS Invocation of context.mark("domainLookupStart") should throw SYNTAX_ERR Exception.
-PASS Invocation of context.mark("domainLookupEnd") should throw SYNTAX_ERR Exception.
-PASS Invocation of context.mark("connectStart") should throw SYNTAX_ERR Exception.
-PASS Invocation of context.mark("connectEnd") should throw SYNTAX_ERR Exception.
-PASS Invocation of context.mark("secureConnectionStart") should throw SYNTAX_ERR Exception.
-PASS Invocation of context.mark("requestStart") should throw SYNTAX_ERR Exception.
-PASS Invocation of context.mark("responseStart") should throw SYNTAX_ERR Exception.
-PASS Invocation of context.mark("responseEnd") should throw SYNTAX_ERR Exception.
-PASS Invocation of context.mark("domLoading") should throw SYNTAX_ERR Exception.
-PASS Invocation of context.mark("domInteractive") should throw SYNTAX_ERR Exception.
-PASS Invocation of context.mark("domContentLoadedEventStart") should throw SYNTAX_ERR Exception.
-PASS Invocation of context.mark("domContentLoadedEventEnd") should throw SYNTAX_ERR Exception.
-PASS Invocation of context.mark("domComplete") should throw SYNTAX_ERR Exception.
-PASS Invocation of context.mark("loadEventStart") should throw SYNTAX_ERR Exception.
-PASS Invocation of context.mark("loadEventEnd") should throw SYNTAX_ERR Exception.
-

Powered by Google App Engine
This is Rietveld 408576698