mirror of
https://github.com/servo/servo.git
synced 2025-10-01 09:09:15 +01:00
Move inline_block_border_a.html to wpt reftests.
This commit is contained in:
parent
7a79618d77
commit
e53feacee7
4 changed files with 25 additions and 1 deletions
|
@ -683,6 +683,18 @@
|
|||
"url": "/_mozilla/css/flex_nochild.html"
|
||||
}
|
||||
],
|
||||
"css/inline_block_border_a.html": [
|
||||
{
|
||||
"path": "css/inline_block_border_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/inline_block_border_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/inline_block_border_a.html"
|
||||
}
|
||||
],
|
||||
"css/inline_block_img_a.html": [
|
||||
{
|
||||
"path": "css/inline_block_img_a.html",
|
||||
|
@ -4248,6 +4260,18 @@
|
|||
"url": "/_mozilla/css/flex_nochild.html"
|
||||
}
|
||||
],
|
||||
"css/inline_block_border_a.html": [
|
||||
{
|
||||
"path": "css/inline_block_border_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/inline_block_border_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/inline_block_border_a.html"
|
||||
}
|
||||
],
|
||||
"css/inline_block_img_a.html": [
|
||||
{
|
||||
"path": "css/inline_block_img_a.html",
|
||||
|
|
8
tests/wpt/mozilla/tests/css/inline_block_border_a.html
Normal file
8
tests/wpt/mozilla/tests/css/inline_block_border_a.html
Normal file
|
@ -0,0 +1,8 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<link rel='match' href='inline_block_border_ref.html'>
|
||||
<body>
|
||||
<div style="display: inline-block; border: solid black 1px; padding: 6px; height: 64px; width: 64px;"></div>
|
||||
</body>
|
||||
</html>
|
||||
|
8
tests/wpt/mozilla/tests/css/inline_block_border_ref.html
Normal file
8
tests/wpt/mozilla/tests/css/inline_block_border_ref.html
Normal file
|
@ -0,0 +1,8 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<body>
|
||||
<div style="display: block; border: solid black 1px; padding: 6px; height: 64px; width: 64px;"></div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue