Index: LayoutTests/http/tests/w3c/webperf/submission/Intel/user-timing/test_user_timing_measure_exception-expected.txt |
diff --git a/LayoutTests/http/tests/w3c/webperf/submission/Intel/user-timing/test_user_timing_measure_exception-expected.txt b/LayoutTests/http/tests/w3c/webperf/submission/Intel/user-timing/test_user_timing_measure_exception-expected.txt |
deleted file mode 100644 |
index 83fafbcd96a0a7c405157917629ad8145b7c0e1e..0000000000000000000000000000000000000000 |
--- a/LayoutTests/http/tests/w3c/webperf/submission/Intel/user-timing/test_user_timing_measure_exception-expected.txt |
+++ /dev/null |
@@ -1,14 +0,0 @@ |
-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. |
- |