Fix test/ref/test-image.html

This commit is contained in:
Brian Anderson 2012-08-22 15:27:28 -07:00
parent 973d977bda
commit d4b2810af1

View file

@ -1,4 +1,4 @@
<!-- ignore -->
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
@ -6,7 +6,7 @@
<link rel="stylesheet" href="simple-reset.css" /> <link rel="stylesheet" href="simple-reset.css" />
</head> </head>
<body> <body>
<img src="boxes.png" width="500" height="378"/> <img src="boxes.png" width="640" height="480"/>
</body> </body>
</html> </html>