Add a reftest for #1674

This commit is contained in:
Keegan McAllister 2014-02-12 16:00:32 -08:00
parent e70bac19e6
commit 0d8e2be92b
4 changed files with 12 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1 KiB

View file

@ -0,0 +1,5 @@
<html>
<body>
<div style="width: 500px; height: 300px; background-color: #0f0;"></div>
</body>
</html>

View file

@ -31,3 +31,4 @@
== data_img_a.html data_img_b.html
== background_style_attr.html background_ref.html
== background_external_stylesheet.html background_ref.html
== block_image.html 500x300_green.html

View file

@ -0,0 +1,6 @@
<html>
<body>
<img style="display: block; width: 500px; height: 300px; background-color: red;"
src="400x400_green.png">
</body>
</html>