Add an image ref test. Ignored

This commit is contained in:
Brian Anderson 2012-08-22 12:58:59 -07:00
parent ec71456bcf
commit f24f9340f8
4 changed files with 13 additions and 10 deletions

BIN
src/test/ref/boxes.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4 KiB

View file

@ -0,0 +1 @@
body { margin: 0px }

View file

@ -0,0 +1,12 @@
<!-- ignore -->
<!DOCTYPE html>
<html>
<head>
<title>test</title>
<link rel="stylesheet" href="simple-reset.css" />
</head>
<body>
<img src="boxes.png" width="500" height="378"/>
</body>
</html>

View file

@ -1,10 +0,0 @@
<!DOCTYPE html>
<html>
<head>
<title>test</title>
</head>
<body>
<img src="test.jpeg" width="500" height="378"/>
</body>
</html>