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

Unified Diff: LayoutTests/fast/dom/wrapper-identity-expected.txt

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/fast/dom/wrapper-identity-expected.txt
diff --git a/LayoutTests/fast/dom/wrapper-identity-expected.txt b/LayoutTests/fast/dom/wrapper-identity-expected.txt
index 555d40436c101de277eb8d0dcc592d802297f17d..4ea7e43e342083ff5a063db46ab7b07afba07a4d 100644
--- a/LayoutTests/fast/dom/wrapper-identity-expected.txt
+++ b/LayoutTests/fast/dom/wrapper-identity-expected.txt
@@ -169,7 +169,6 @@ PASS var object = window['scrollbars']; isEqualJS(object, object); is true
PASS var object = window['self']; isEqualJS(object, object); is true
PASS var object = window['setInterval']; isEqualJS(object, object); is true
PASS var object = window['setTimeout']; isEqualJS(object, object); is true
-PASS var object = window['showModalDialog']; isEqualJS(object, object); is true
PASS var object = window['status']; isEqualJS(object, object); is true
PASS var object = window['statusbar']; isEqualJS(object, object); is true
PASS var object = window['stop']; isEqualJS(object, object); is true
« no previous file with comments | « LayoutTests/fast/dom/resources/wrapper-identity-base.js ('k') | LayoutTests/fast/events/scroll-event-during-modal-dialog.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698