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 |
index 3f4b97edf6b6f1454ff2ae0517eb4ad211014b8b..41711a0bd5dc3a94469ede61b60e8cdf390bc4c6 100644 |
--- 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 |
@@ -7,4 +7,4 @@ |
window.__proto__ = newPrototype; |
window.myNewPrototypeFunction(); |
</script> |
-If this did not crash the test has succeeded. |
+If this did crash the test has succeeded. |
adamk
2016/11/09 01:08:50
This test should just be deleted, it's a regressio
Dan Ehrenberg
2016/11/09 01:12:32
Deleted
|