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

Side by Side 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, 5 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 unified diff | Download patch | Annotate | Revision Log
Property Changes:
Added: svn:eol-style
+ LF
OLDNEW
(Empty)
1 <html>
2 <body onload="setTimeout('ShowDialog()', 100)">
3 <script>
4 function ShowDialog() {
5 window.showModalDialog("showmodaldialog_dialog.html");
6 }
7 </script>
8 </body>
9 </html>
OLDNEW
« 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