mirror of
https://github.com/servo/servo.git
synced 2025-09-30 16:49:16 +01:00
Move overflow_position_abs_simple_a.html to wpt reftests.
This commit is contained in:
parent
4c9979185c
commit
60f9e64ab6
4 changed files with 25 additions and 1 deletions
|
@ -683,6 +683,18 @@
|
|||
"url": "/_mozilla/css/flex_nochild.html"
|
||||
}
|
||||
],
|
||||
"css/overflow_position_abs_simple_a.html": [
|
||||
{
|
||||
"path": "css/overflow_position_abs_simple_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/overflow_position_abs_simple_b.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/overflow_position_abs_simple_a.html"
|
||||
}
|
||||
],
|
||||
"css/overflow_position_rel_inline_block.html": [
|
||||
{
|
||||
"path": "css/overflow_position_rel_inline_block.html",
|
||||
|
@ -3372,6 +3384,18 @@
|
|||
"url": "/_mozilla/css/flex_nochild.html"
|
||||
}
|
||||
],
|
||||
"css/overflow_position_abs_simple_a.html": [
|
||||
{
|
||||
"path": "css/overflow_position_abs_simple_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/overflow_position_abs_simple_b.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/overflow_position_abs_simple_a.html"
|
||||
}
|
||||
],
|
||||
"css/overflow_position_rel_inline_block.html": [
|
||||
{
|
||||
"path": "css/overflow_position_rel_inline_block.html",
|
||||
|
|
|
@ -0,0 +1,25 @@
|
|||
<html>
|
||||
<head>
|
||||
<link rel='match' href='overflow_position_abs_simple_b.html'>
|
||||
<style>
|
||||
#first {
|
||||
height: 100px;
|
||||
width: 100px;
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
}
|
||||
#second {
|
||||
position: absolute;
|
||||
height: 100px;
|
||||
width: 200px;
|
||||
background: green;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div id="first">
|
||||
<div id="second">
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,15 @@
|
|||
<html>
|
||||
<head>
|
||||
<style>
|
||||
#first {
|
||||
height: 100px;
|
||||
width: 100px;
|
||||
background: green;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div id="first">
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue