summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/manual-tests/print-before-load.html
blob: edec30ba60859589d174c31b29bae2917952eca0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Print Test Page</title>
<body>

<script language="JavaScript" type="text/javascript">
window.print();
</script>

This webpage should pop up a print dialog. If you print from that dialog, you
should see this output on paper.

</body>
</html>