Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / http / tests / w3c / webperf / submission / Intel / user-timing / test_user_timing_measure_exception-expected.txt
index ea2529d..83fafbc 100644 (file)
@@ -1,14 +1,14 @@
-Description\r
-\r
-This test validates all exception scenarios of method window.performance.measure in User Timing API\r
-\r
-\r
-PASS Invocation of context.measure() should throw TypeError Exception. \r
-PASS Invocation of context.measure("Exception1", "NonExistMark1") should throw SYNTAX_ERR Exception. \r
-PASS Invocation of context.measure("Exception2", "NonExistMark1", "navigationStart") should throw SYNTAX_ERR Exception. \r
-PASS Invocation of context.measure("Exception3", "navigationStart", "NonExistMark1") should throw SYNTAX_ERR Exception. \r
-PASS Invocation of context.measure("Exception4", "NonExistMark1", "ExistMark") should throw SYNTAX_ERR Exception. \r
-PASS Invocation of context.measure("Exception5", "ExistMark", "NonExistMark1") should throw SYNTAX_ERR Exception. \r
-PASS Invocation of context.measure("Exception6", "NonExistMark1", "NonExistMark2") should throw SYNTAX_ERR Exception. \r
-PASS Invocation of context.measure("Exception7", "redirectStart") should throw INVALID_ACCESS_ERR Exception. \r
-\r
+Description
+
+This test validates all exception scenarios of method window.performance.measure in User Timing API
+
+
+PASS Invocation of context.measure() should throw TypeError Exception. 
+PASS Invocation of context.measure("Exception1", "NonExistMark1") should throw SYNTAX_ERR Exception. 
+PASS Invocation of context.measure("Exception2", "NonExistMark1", "navigationStart") should throw SYNTAX_ERR Exception. 
+PASS Invocation of context.measure("Exception3", "navigationStart", "NonExistMark1") should throw SYNTAX_ERR Exception. 
+PASS Invocation of context.measure("Exception4", "NonExistMark1", "ExistMark") should throw SYNTAX_ERR Exception. 
+PASS Invocation of context.measure("Exception5", "ExistMark", "NonExistMark1") should throw SYNTAX_ERR Exception. 
+PASS Invocation of context.measure("Exception6", "NonExistMark1", "NonExistMark2") should throw SYNTAX_ERR Exception. 
+PASS Invocation of context.measure("Exception7", "redirectStart") should throw INVALID_ACCESS_ERR Exception. 
+