chromium/chrome/test/data/printing/popup_delayed_print.htm

<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>