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

Unified Diff: third_party/WebKit/LayoutTests/fast/dom/Window/window-custom-prototype-crash.html

Issue 2452073002: Freeze global prototype chain per WebIDL (Closed)
Patch Set: Removing outdated tests Created 4 years, 1 month 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/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

Powered by Google App Engine
This is Rietveld 408576698