Index: third_party/WebKit/LayoutTests/fast/js/observe/observe-globals.html |
diff --git a/third_party/WebKit/LayoutTests/fast/js/observe/observe-globals.html b/third_party/WebKit/LayoutTests/fast/js/observe/observe-globals.html |
deleted file mode 100644 |
index 29c13f3888e4c4e1b9709a560a784beb3a365cae..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/fast/js/observe/observe-globals.html |
+++ /dev/null |
@@ -1,13 +0,0 @@ |
-<!DOCTYPE html> |
-<script src="../../../resources/js-test.js"></script> |
-<script> |
-jsTestIsAsync = true; |
-description("Calling Object.observe on the global object should throw"); |
-function runTest() { |
- shouldThrow("Object.observe(window)"); |
- shouldThrow("Object.observe(this)"); |
- shouldThrow("Object.observe(frames[0])"); |
- finishJSTest(); |
-} |
-</script> |
-<iframe onload="runTest()"></iframe> |