Move img_padding_a.html to wpt reftests.

This commit is contained in:
Corey Farwell 2015-10-22 09:16:45 -04:00
parent 8ca235c1e5
commit bd41c67f3e
7 changed files with 37 additions and 13 deletions

View file

@ -100,7 +100,6 @@ prefs:"layout.writing-mode.enabled" == iframe/size_attributes_vertical_writing_m
== img_block_maxwidth_a.html img_block_maxwidth_ref.html
== img_block_maxwidth_b.html img_block_maxwidth_ref.html
== img_dynamic_remove.html img_dynamic_remove_ref.html
== img_padding_a.html img_padding_b.html
!= img_simple.html img_simple_ref.html
!= inline_background_a.html inline_background_ref.html
== inline_block_border_intrinsic_size_a.html inline_block_border_intrinsic_size_ref.html

View file

@ -1,6 +0,0 @@
<!DOCTYPE html>
<html>
<body>
<img src="../html/rust-0.png" style='padding-top: 100px; border: 1px solid black; position:relative; height: 206px; width: 206px; left:0px; top: 0px;'>
</body>
</html>

View file

@ -1,6 +0,0 @@
<!DOCTYPE html>
<html>
<body>
<img src="../html/rust-0.png" style='padding-top: 100px; border: 1px solid black;'>
</body>
</html>

View file

@ -803,6 +803,18 @@
"url": "/_mozilla/css/flex_nochild.html"
}
],
"css/img_padding_a.html": [
{
"path": "css/img_padding_a.html",
"references": [
[
"/_mozilla/css/img_padding_b.html",
"=="
]
],
"url": "/_mozilla/css/img_padding_a.html"
}
],
"css/img_size_a.html": [
{
"path": "css/img_size_a.html",
@ -4728,6 +4740,18 @@
"url": "/_mozilla/css/flex_nochild.html"
}
],
"css/img_padding_a.html": [
{
"path": "css/img_padding_a.html",
"references": [
[
"/_mozilla/css/img_padding_b.html",
"=="
]
],
"url": "/_mozilla/css/img_padding_a.html"
}
],
"css/img_size_a.html": [
{
"path": "css/img_size_a.html",

View file

@ -0,0 +1,7 @@
<!DOCTYPE html>
<html>
<link rel='match' href='img_padding_b.html'>
<body>
<img src="rust-0.png" style='padding-top: 100px; border: 1px solid black; position:relative; height: 206px; width: 206px; left:0px; top: 0px;'>
</body>
</html>

View file

@ -0,0 +1,6 @@
<!DOCTYPE html>
<html>
<body>
<img src="rust-0.png" style='padding-top: 100px; border: 1px solid black;'>
</body>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB