summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/manual-tests/print-onload-with-image.html
blob: 4d34a1129e440f78988e1baf39b7e155d28dd0dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<html>
<head>
<meta http-equiv=Content-Type content="text/html; charset=UTF-8">
<title>Print Test</title>
</head>
<body onload="window.print()">
<img src="http://code.google.com/p/chromium/logo?cct=1287781185">
<H1>Hello, world.</h1>
<p>
This webpage should pop up a print dialog.
</p>
</body>
</html>