| Index: third_party/WebKit/LayoutTests/fast/dom/Window/window-custom-prototype-crash.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/dom/Window/window-custom-prototype-crash.html b/third_party/WebKit/LayoutTests/fast/dom/Window/window-custom-prototype-crash.html
|
| deleted file mode 100644
|
| index 3f4b97edf6b6f1454ff2ae0517eb4ad211014b8b..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/fast/dom/Window/window-custom-prototype-crash.html
|
| +++ /dev/null
|
| @@ -1,10 +0,0 @@
|
| -<script>
|
| - if (window.testRunner)
|
| - testRunner.dumpAsText();
|
| -
|
| - var newPrototype = new Object();
|
| - newPrototype.myNewPrototypeFunction = function() { return "myNewPrototypeFunction"; }
|
| - window.__proto__ = newPrototype;
|
| - window.myNewPrototypeFunction();
|
| -</script>
|
| -If this did not crash the test has succeeded.
|
|
|