Index: third_party/WebKit/LayoutTests/fast/js/observe/observe-globals-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/js/observe/observe-globals-expected.txt b/third_party/WebKit/LayoutTests/fast/js/observe/observe-globals-expected.txt |
deleted file mode 100644 |
index cf658de40c6353f33f475519f1cc800c9f62f3c5..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/fast/js/observe/observe-globals-expected.txt |
+++ /dev/null |
@@ -1,12 +0,0 @@ |
-Calling Object.observe on the global object should throw |
- |
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
- |
- |
-PASS Object.observe(window) threw exception TypeError: observe cannot be called on the global proxy object. |
-PASS Object.observe(this) threw exception TypeError: observe cannot be called on the global proxy object. |
-PASS Object.observe(frames[0]) threw exception TypeError: observe cannot be called on the global proxy object. |
-PASS successfullyParsed is true |
- |
-TEST COMPLETE |
- |