diff options
Diffstat (limited to 'chrome/test/data/printing/test5.html')
-rw-r--r-- | chrome/test/data/printing/test5.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/chrome/test/data/printing/test5.html b/chrome/test/data/printing/test5.html new file mode 100644 index 0000000..e1b09dc --- /dev/null +++ b/chrome/test/data/printing/test5.html @@ -0,0 +1,18 @@ +<html> +<title>test5</title> +<style> +#localbackground img { +background:white url(sadtab.png) no-repeat scroll 0px; +height:66px; +width:66px; +} +img { +border:medium none; +} +</style> +<body> +<div id="localbackground"> +<img src="cleardot.gif" width="66" height="66" border="0" alt=""> +</div> +</body> +</html>
\ No newline at end of file |