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

Side by Side Diff: trunk/src/chrome/test/data/showmodaldialog.html

Issue 177263002: Revert 252883 "Remove tests and code for showModalDialog" (Closed) Base URL: svn://svn.chromium.org/chrome/
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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <html> 1 <html>
2 <body onload="ShowDialog()"> 2 <body onload="ShowDialog()">
3 <script> 3 <script>
4 function ShowDialog() { 4 function ShowDialog() {
5 document.title = window.showModalDialog("showmodaldialog_dialog.html"); 5 document.title = window.showModalDialog("showmodaldialog_dialog.html");
6 } 6 }
7 </script> 7 </script>
8 </body> 8 </body>
9 </html> 9 </html>
OLDNEW
« no previous file with comments | « trunk/src/chrome/browser/ui/browser_browsertest.cc ('k') | trunk/src/content/browser/renderer_host/render_view_host_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698