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

Unified Diff: LayoutTests/http/tests/w3c/webperf/submission/Intel/user-timing/test_user_timing_mark_exception-expected.txt

Issue 216553010: Remove carriage returns from LayoutTests (04) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 9 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
« no previous file with comments | « LayoutTests/http/tests/w3c/webperf/submission/Intel/user-timing/test_user_timing_clearMarks-expected.txt ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
index ee9f01d8c65e288a7e756cf08748788ccb34908f..1b97ff3343ef34765d1b09892a166f392e358548 100644
--- 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
@@ -1,28 +1,28 @@
-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.
-
+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.
+
« no previous file with comments | « LayoutTests/http/tests/w3c/webperf/submission/Intel/user-timing/test_user_timing_clearMarks-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698