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

Unified Diff: chrome/test/data/showmodaldialog.html

Issue 201153003: Revert 252883 "Remove tests and code for showModalDialog" (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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 | « chrome/browser/ui/browser_browsertest.cc ('k') | content/browser/renderer_host/render_view_host_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/showmodaldialog.html
diff --git a/chrome/test/data/showmodaldialog.html b/chrome/test/data/showmodaldialog.html
new file mode 100644
index 0000000000000000000000000000000000000000..968fa789a88d32be0bc0c2419ba4e910daae85de
--- /dev/null
+++ b/chrome/test/data/showmodaldialog.html
@@ -0,0 +1,9 @@
+<html>
+<body onload="ShowDialog()">
+<script>
+function ShowDialog() {
+ document.title = window.showModalDialog("showmodaldialog_dialog.html");
+}
+</script>
+</body>
+</html>
« no previous file with comments | « chrome/browser/ui/browser_browsertest.cc ('k') | content/browser/renderer_host/render_view_host_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698