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

@ -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