Add a reftest for background-image

This commit is contained in:
Youngmin Yoo 2014-02-11 10:56:05 +09:00
parent 49952241ad
commit a12608d2e4
3 changed files with 19 additions and 0 deletions

View file

@ -0,0 +1,9 @@
<!DOCTYPE html>
<html>
<head>
<title></title>
</head>
<body>
<div class="test" style="background: url(rust-0.png); width:200px; height:200px;"></div>
</body>
</html>

View file

@ -0,0 +1,9 @@
<!DOCTYPE html>
<html>
<head>
<title></title>
</head>
<body>
<img class="test" src="rust-0.png" style="width:200px; height:200px;" />
</body>
</html>

View file

@ -29,3 +29,4 @@
== position_relative_a.html position_relative_b.html == position_relative_a.html position_relative_b.html
== attr_exists_selector.html attr_exists_selector_ref.html == attr_exists_selector.html attr_exists_selector_ref.html
== data_img_a.html data_img_b.html == data_img_a.html data_img_b.html
== background_a.html background_b.html