mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Move img_padding_a.html to wpt reftests.
This commit is contained in:
parent
8ca235c1e5
commit
bd41c67f3e
7 changed files with 37 additions and 13 deletions
|
@ -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_a.html img_block_maxwidth_ref.html
|
||||||
== img_block_maxwidth_b.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_dynamic_remove.html img_dynamic_remove_ref.html
|
||||||
== img_padding_a.html img_padding_b.html
|
|
||||||
!= img_simple.html img_simple_ref.html
|
!= img_simple.html img_simple_ref.html
|
||||||
!= inline_background_a.html inline_background_ref.html
|
!= inline_background_a.html inline_background_ref.html
|
||||||
== inline_block_border_intrinsic_size_a.html inline_block_border_intrinsic_size_ref.html
|
== inline_block_border_intrinsic_size_a.html inline_block_border_intrinsic_size_ref.html
|
||||||
|
|
|
@ -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>
|
|
|
@ -1,6 +0,0 @@
|
||||||
<!DOCTYPE html>
|
|
||||||
<html>
|
|
||||||
<body>
|
|
||||||
<img src="../html/rust-0.png" style='padding-top: 100px; border: 1px solid black;'>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
|
@ -803,6 +803,18 @@
|
||||||
"url": "/_mozilla/css/flex_nochild.html"
|
"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": [
|
"css/img_size_a.html": [
|
||||||
{
|
{
|
||||||
"path": "css/img_size_a.html",
|
"path": "css/img_size_a.html",
|
||||||
|
@ -4728,6 +4740,18 @@
|
||||||
"url": "/_mozilla/css/flex_nochild.html"
|
"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": [
|
"css/img_size_a.html": [
|
||||||
{
|
{
|
||||||
"path": "css/img_size_a.html",
|
"path": "css/img_size_a.html",
|
||||||
|
|
7
tests/wpt/mozilla/tests/css/img_padding_a.html
Normal file
7
tests/wpt/mozilla/tests/css/img_padding_a.html
Normal 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>
|
6
tests/wpt/mozilla/tests/css/img_padding_b.html
Normal file
6
tests/wpt/mozilla/tests/css/img_padding_b.html
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<body>
|
||||||
|
<img src="rust-0.png" style='padding-top: 100px; border: 1px solid black;'>
|
||||||
|
</body>
|
||||||
|
</html>
|
BIN
tests/wpt/mozilla/tests/css/rust-0.png
Normal file
BIN
tests/wpt/mozilla/tests/css/rust-0.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.3 KiB |
Loading…
Add table
Add a link
Reference in a new issue