summaryrefslogtreecommitdiffstats
path: root/chrome/test/data/showmodaldialog.html
blob: 968fa789a88d32be0bc0c2419ba4e910daae85de (plain)
1
2
3
4
5
6
7
8
9
<html>
<body onload="ShowDialog()">
<script>
function ShowDialog() {
  document.title = window.showModalDialog("showmodaldialog_dialog.html");
}
</script>
</body>
</html>