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

Unified Diff: ManualTests/modal-dialog-arguments.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 | « ManualTests/js-timers-beneath-modal-dialog.html ('k') | ManualTests/modal-dialog-blur.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ManualTests/modal-dialog-arguments.html
diff --git a/ManualTests/modal-dialog-arguments.html b/ManualTests/modal-dialog-arguments.html
deleted file mode 100644
index 99161372b70cd43db34a2878a43b02aa1dab2a1e..0000000000000000000000000000000000000000
--- a/ManualTests/modal-dialog-arguments.html
+++ /dev/null
@@ -1,19 +0,0 @@
-<html>
-<script>
-function runTest() {
- var o = { };
- showModalDialog("data:text/html,<scr" + "ipt>dialogArguments['result'] = 'PASS'; window.close() </scr" + "ipt>", o);
-
- if (o.result == 'PASS')
- document.getElementById('result').innerHTML = 'SUCCESS';
-}
-
-</script>
-<body>
-<div>
-This tests that modal dialog arguments get passed around correctly. Click the button below to test. The text "SUCCESS" will be shown below if the test was successful.
-</div>
-<button onclick="runTest()">Click Me!</button>
-<div id="result">
-</div>
-</html>
« no previous file with comments | « ManualTests/js-timers-beneath-modal-dialog.html ('k') | ManualTests/modal-dialog-blur.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698