summaryrefslogtreecommitdiffstats
path: root/chrome/test/data/prerender/prerender_print.html
blob: 41b9498c18b56a0200b60c751bc53dd32ee60ebf (plain)
1
2
3
4
5
6
7
8
9
10
<html>
  <head>
    <title>Prerender Print</title>
    <script>
      window.print();
    </script>
  </head>
  <body></body>
</html>