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

Unified Diff: LayoutTests/http/tests/security/resources/cross-frame-iframe-for-put-test.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/resources/cross-frame-iframe-for-put-test.html
diff --git a/LayoutTests/http/tests/security/resources/cross-frame-iframe-for-put-test.html b/LayoutTests/http/tests/security/resources/cross-frame-iframe-for-put-test.html
index f021179b3827b65780b0d92db470413df3aa6f19..162d0e862373929c2c1916da68621e13a23edc0d 100644
--- a/LayoutTests/http/tests/security/resources/cross-frame-iframe-for-put-test.html
+++ b/LayoutTests/http/tests/security/resources/cross-frame-iframe-for-put-test.html
@@ -256,7 +256,6 @@
var scrollToOld = window.scrollTo;
var setIntervalOld = window.setInterval;
var setTimeoutOld = window.setTimeout;
- var showModalDialogOld = window.showModalDialog;
var stopOld = window.stop;
setTimeout(function() {
@@ -470,9 +469,6 @@
shouldBe("window.scrollTo", "scrollToOld");
shouldBe("window.setInterval", "setIntervalOld");
shouldBe("window.setTimeout", "setTimeoutOld");
-
- // showModalDialog is not implemented on all platforms for DumpRenderTree. So don't display the values.
- shouldBe("window.showModalDialog", "showModalDialogOld", true);
shouldBe("window.stop", "stopOld");
}, 0);
</script>

Powered by Google App Engine
This is Rietveld 408576698