| 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>
|
|
|