mirror of
https://github.com/servo/servo.git
synced 2025-08-04 13:10:20 +01:00
Add a reftest for background-image
This commit is contained in:
parent
49952241ad
commit
a12608d2e4
3 changed files with 19 additions and 0 deletions
9
src/test/ref/background_a.html
Normal file
9
src/test/ref/background_a.html
Normal 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>
|
9
src/test/ref/background_b.html
Normal file
9
src/test/ref/background_b.html
Normal 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>
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue