mirror of
https://github.com/servo/servo.git
synced 2025-09-30 16:49:16 +01:00
Move overflow_position_rel_inline_block.html to wpt reftests.
This commit is contained in:
parent
c1228125a7
commit
4c9979185c
4 changed files with 25 additions and 1 deletions
|
@ -683,6 +683,18 @@
|
|||
"url": "/_mozilla/css/flex_nochild.html"
|
||||
}
|
||||
],
|
||||
"css/overflow_position_rel_inline_block.html": [
|
||||
{
|
||||
"path": "css/overflow_position_rel_inline_block.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/overflow_position_rel_inline_block_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/overflow_position_rel_inline_block.html"
|
||||
}
|
||||
],
|
||||
"css/overflow_wrap_a.html": [
|
||||
{
|
||||
"path": "css/overflow_wrap_a.html",
|
||||
|
@ -3360,6 +3372,18 @@
|
|||
"url": "/_mozilla/css/flex_nochild.html"
|
||||
}
|
||||
],
|
||||
"css/overflow_position_rel_inline_block.html": [
|
||||
{
|
||||
"path": "css/overflow_position_rel_inline_block.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/overflow_position_rel_inline_block_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/overflow_position_rel_inline_block.html"
|
||||
}
|
||||
],
|
||||
"css/overflow_wrap_a.html": [
|
||||
{
|
||||
"path": "css/overflow_wrap_a.html",
|
||||
|
|
|
@ -0,0 +1,12 @@
|
|||
<link rel='match' href='overflow_position_rel_inline_block_ref.html'>
|
||||
<style>
|
||||
div {
|
||||
overflow:hidden;
|
||||
display:inline-block;
|
||||
position:relative;
|
||||
width:100px;
|
||||
height:100px;
|
||||
background:red
|
||||
}
|
||||
</style>
|
||||
<div></div>
|
|
@ -0,0 +1,9 @@
|
|||
<style>
|
||||
div {
|
||||
position:relative;
|
||||
width:100px;
|
||||
height:100px;
|
||||
background:red
|
||||
}
|
||||
</style>
|
||||
<div></div>
|
Loading…
Add table
Add a link
Reference in a new issue