Disable view source for Developer Tools.
[chromium-blink-merge.git] / chrome / test / data / showmodaldialog.html
blob968fa789a88d32be0bc0c2419ba4e910daae85de
1 <html>
2 <body onload="ShowDialog()">
3 <script>
4 function ShowDialog() {
5 document.title = window.showModalDialog("showmodaldialog_dialog.html");
7 </script>
8 </body>
9 </html>