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

Unified Diff: ManualTests/js-timers-beneath-modal-dialog.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
« no previous file with comments | « LayoutTests/platform/win/http/tests/security/README ('k') | ManualTests/modal-dialog-arguments.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ManualTests/js-timers-beneath-modal-dialog.html
diff --git a/ManualTests/js-timers-beneath-modal-dialog.html b/ManualTests/js-timers-beneath-modal-dialog.html
index 6d5f2c7edf81aba675f2cd631b82df52c1e5e5e8..65e26a21799ef2db5256abdbbb017e02dc5ae5a7 100644
--- a/ManualTests/js-timers-beneath-modal-dialog.html
+++ b/ManualTests/js-timers-beneath-modal-dialog.html
@@ -1,5 +1,4 @@
-<p>JS timers should be paused while a modal dialog (or alert) is displayed.</p>
-<p>Please disable popup blocker for this test.</p>
+<p>JS timers should be paused while an alert is displayed.</p>
<div>0</div>
<script>
function f()
@@ -11,7 +10,6 @@ function f()
var timerId = setInterval(f, 100);
alert("Numbers in main window should not increase while this alert is displayed");
-showModalDialog("data:text/html,<p>Numbers in main window should not increase while this modal dialog is displayed</p>");
document.getElementsByTagName("div")[0].innerHTML = "DONE";
clearInterval(timerId);
« no previous file with comments | « LayoutTests/platform/win/http/tests/security/README ('k') | ManualTests/modal-dialog-arguments.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698