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

Unified Diff: LayoutTests/http/tests/security/cross-frame-access-put.html

Issue 14705009: Remove RangeException interface (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Update expectation Created 7 years, 8 months 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: LayoutTests/http/tests/security/cross-frame-access-put.html
diff --git a/LayoutTests/http/tests/security/cross-frame-access-put.html b/LayoutTests/http/tests/security/cross-frame-access-put.html
index 06780bedc01c7d950c8f8fbda2d2e98657a36a3e..18129e6760af834c5c6929c8e1e581c75ff40d9b 100644
--- a/LayoutTests/http/tests/security/cross-frame-access-put.html
+++ b/LayoutTests/http/tests/security/cross-frame-access-put.html
@@ -107,7 +107,6 @@ window.onload = function()
setForbiddenProperty(targetWindow, "ProcessingInstruction");
setForbiddenProperty(targetWindow, "Range");
setForbiddenProperty(targetWindow, "RangeError");
- setForbiddenProperty(targetWindow, "RangeException");
setForbiddenProperty(targetWindow, "ReferenceError");
setForbiddenProperty(targetWindow, "SyntaxError");
setForbiddenProperty(targetWindow, "Text");

Powered by Google App Engine
This is Rietveld 408576698