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