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

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

Issue 174073007: Remove deprecated window.showModalDialog() (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 10 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 e340118268ad35b4eb2de5da4b40d3f1e2acae9c..cf7555f35a7f5c03078deebe45cf2c639e617d31 100644
--- a/LayoutTests/http/tests/security/cross-frame-access-put.html
+++ b/LayoutTests/http/tests/security/cross-frame-access-put.html
@@ -223,7 +223,6 @@ window.onload = function()
setForbiddenProperty(targetWindow, "scrollTo");
setForbiddenProperty(targetWindow, "setInterval");
setForbiddenProperty(targetWindow, "setTimeout");
- setForbiddenProperty(targetWindow, "showModalDialog");
setForbiddenProperty(targetWindow, "stop");
setTimeout(function() {

Powered by Google App Engine
This is Rietveld 408576698