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

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

Issue 149143: Fix showModalDialog regression. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 6 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/renderer_host/render_view_host.cc ('k') | chrome/test/data/showmodaldialog_dialog.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/showmodaldialog.html
===================================================================
--- chrome/test/data/showmodaldialog.html (revision 0)
+++ chrome/test/data/showmodaldialog.html (revision 0)
@@ -0,0 +1,9 @@
+<html>
+<body onload="setTimeout('ShowDialog()', 100)">
+<script>
+function ShowDialog() {
+ window.showModalDialog("showmodaldialog_dialog.html");
+}
+</script>
+</body>
+</html>
Property changes on: chrome\test\data\showmodaldialog.html
___________________________________________________________________
Added: svn:eol-style
+ LF
« no previous file with comments | « chrome/browser/renderer_host/render_view_host.cc ('k') | chrome/test/data/showmodaldialog_dialog.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698