mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Add a reftest for #1674
This commit is contained in:
parent
e70bac19e6
commit
0d8e2be92b
4 changed files with 12 additions and 0 deletions
BIN
src/test/ref/400x400_green.png
Normal file
BIN
src/test/ref/400x400_green.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1 KiB |
5
src/test/ref/500x300_green.html
Normal file
5
src/test/ref/500x300_green.html
Normal file
|
@ -0,0 +1,5 @@
|
|||
<html>
|
||||
<body>
|
||||
<div style="width: 500px; height: 300px; background-color: #0f0;"></div>
|
||||
</body>
|
||||
</html>
|
|
@ -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
|
||||
|
|
6
src/test/ref/block_image.html
Normal file
6
src/test/ref/block_image.html
Normal file
|
@ -0,0 +1,6 @@
|
|||
<html>
|
||||
<body>
|
||||
<img style="display: block; width: 500px; height: 300px; background-color: red;"
|
||||
src="400x400_green.png">
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue