Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(322)

Unified Diff: third_party/WebKit/LayoutTests/fast/js/observe/observe-globals.html

Issue 1506813002: LayoutTests: remove tests for Object.observe (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698