summaryrefslogtreecommitdiffstats
path: root/chrome/test/data/printing/popup_delayed_print.htm
blob: bddcb20ca7763fec94b962de90f7f2fcd31e5a9c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<HTML>
<HEAD>
<TITLE>Bug 1184673</TITLE>
</HEAD>
<script>
function DoThePopup() {
  window.open('popup_delayed_print_child.htm');
}
</script>
<BODY onload="javascript:DoThePopup()">
<a href="javascript:DoThePopup()">This won't be printed.</a>
</BODY>
</HTML>