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

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

Issue 165793003: Remove tests and code for showModalDialog (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
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 | « 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
deleted file mode 100644
index 968fa789a88d32be0bc0c2419ba4e910daae85de..0000000000000000000000000000000000000000
--- a/chrome/test/data/showmodaldialog.html
+++ /dev/null
@@ -1,9 +0,0 @@
-<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