mirror of
https://github.com/servo/servo.git
synced 2025-09-11 15:38:24 +01:00
Move overflow_auto_stacking_order_a.html to wpt reftests.
This commit is contained in:
parent
0847a8827e
commit
e649d8834a
4 changed files with 25 additions and 1 deletions
|
@ -683,6 +683,18 @@
|
|||
"url": "/_mozilla/css/flex_nochild.html"
|
||||
}
|
||||
],
|
||||
"css/overflow_auto_stacking_order_a.html": [
|
||||
{
|
||||
"path": "css/overflow_auto_stacking_order_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/overflow_auto_stacking_order_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/overflow_auto_stacking_order_a.html"
|
||||
}
|
||||
],
|
||||
"css/overflow_position_abs_inline_block.html": [
|
||||
{
|
||||
"path": "css/overflow_position_abs_inline_block.html",
|
||||
|
@ -3396,6 +3408,18 @@
|
|||
"url": "/_mozilla/css/flex_nochild.html"
|
||||
}
|
||||
],
|
||||
"css/overflow_auto_stacking_order_a.html": [
|
||||
{
|
||||
"path": "css/overflow_auto_stacking_order_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/overflow_auto_stacking_order_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/overflow_auto_stacking_order_a.html"
|
||||
}
|
||||
],
|
||||
"css/overflow_position_abs_inline_block.html": [
|
||||
{
|
||||
"path": "css/overflow_position_abs_inline_block.html",
|
||||
|
|
|
@ -0,0 +1,23 @@
|
|||
<!DOCTYPE html>
|
||||
<link rel='match' href='overflow_auto_stacking_order_ref.html'>
|
||||
<style>
|
||||
div {
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
}
|
||||
#a {
|
||||
background: red;
|
||||
overflow: auto;
|
||||
}
|
||||
#b {
|
||||
background: green;
|
||||
top: 0;
|
||||
left: 0;
|
||||
}
|
||||
</style>
|
||||
<div id=a></div>
|
||||
<div id=b></div>
|
||||
|
|
@ -0,0 +1,18 @@
|
|||
<!DOCTYPE html>
|
||||
<style>
|
||||
div {
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
}
|
||||
#a {
|
||||
background: green;
|
||||
top: 0;
|
||||
left: 0;
|
||||
}
|
||||
</style>
|
||||
<div id=a></div>
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue