Index: third_party/WebKit/LayoutTests/intersection-observer/observer-exceptions-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/intersection-observer/observer-exceptions-expected.txt b/third_party/WebKit/LayoutTests/intersection-observer/observer-exceptions-expected.txt |
deleted file mode 100644 |
index 6665dca54db4194fc1fc904624e53953a0433aa4..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/intersection-observer/observer-exceptions-expected.txt |
+++ /dev/null |
@@ -1,21 +0,0 @@ |
-Test for observer exceptions. |
- |
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
- |
- |
-PASS exc is an instance of RangeError |
-PASS exc is an instance of RangeError |
-PASS exc is an instance of DOMException |
-PASS exc.code is DOMException.SYNTAX_ERR |
-PASS exc is an instance of DOMException |
-PASS exc.code is DOMException.SYNTAX_ERR |
-PASS exc is an instance of DOMException |
-PASS exc.code is DOMException.SYNTAX_ERR |
-PASS exc is an instance of DOMException |
-PASS exc.code is DOMException.SYNTAX_ERR |
-PASS exc is an instance of TypeError |
-PASS 0 is 0 |
-PASS successfullyParsed is true |
- |
-TEST COMPLETE |
- |