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

Unified Diff: third_party/WebKit/LayoutTests/fast/frames/location-observe-callback-crash.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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/frames/location-observe-callback-crash-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/fast/frames/location-observe-callback-crash.html
diff --git a/third_party/WebKit/LayoutTests/fast/frames/location-observe-callback-crash.html b/third_party/WebKit/LayoutTests/fast/frames/location-observe-callback-crash.html
deleted file mode 100644
index 03d1e7bd94eb454239b6d02db9d81ee59f2d1e37..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/fast/frames/location-observe-callback-crash.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<!DOCTYPE html>
-<script src="../../resources/js-test.js"></script>
-<script>
-description("Accessing the Location object from a V8-triggered callback should not crash");
-jsTestIsAsync = true;
-
-var obj = {};
-Object.observe(obj, function() {
- window.location.hash = 'foo';
- testPassed("Did not crash");
- finishJSTest();
-});
-obj.foo = 1;
-</script>
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/frames/location-observe-callback-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698