Convert data-url.html to a reftest

This commit is contained in:
Keegan McAllister 2014-02-11 12:13:43 -08:00
parent 93d7ddd6d7
commit d1f98e0c75
6 changed files with 16 additions and 6 deletions

View file

@ -28,3 +28,4 @@
== anon_block_inherit_a.html anon_block_inherit_b.html == anon_block_inherit_a.html anon_block_inherit_b.html
== 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

View file

@ -0,0 +1,9 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
</head>
<body>
<img src="rust_logo.png" />
</body>
</html>

View file

@ -6,13 +6,13 @@
</head> </head>
<body> <body>
<div> <div>
<img src="img_size.png" width="206" /> <img src="rust_logo.png" width="206" />
</div> </div>
<div> <div>
<img src="img_size.png" width="206" /> <img src="rust_logo.png" width="206" />
</div> </div>
<div style="width:1000px"> <div style="width:1000px">
<img src="img_size.png" style="width:100px" /> <img src="rust_logo.png" style="width:100px" />
</div> </div>
</body> </body>
</html> </html>

View file

@ -6,13 +6,13 @@
</head> </head>
<body> <body>
<div> <div>
<img src="img_size.png" height="206" /> <img src="rust_logo.png" height="206" />
</div> </div>
<div> <div>
<img src="img_size.png" style="height:206px"/> <img src="rust_logo.png" style="height:206px"/>
</div> </div>
<div style="width:1000px"> <div style="width:1000px">
<img src="img_size.png" style="width:10%" /> <img src="rust_logo.png" style="width:10%" />
</div> </div>
</body> </body>
</html> </html>

View file

Before

Width:  |  Height:  |  Size: 4.3 KiB

After

Width:  |  Height:  |  Size: 4.3 KiB

Before After
Before After