mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Move overflow_position_abs_inline_block.html to wpt reftests.
This commit is contained in:
parent
60f9e64ab6
commit
0847a8827e
4 changed files with 25 additions and 1 deletions
|
@ -227,7 +227,6 @@ flaky_cpu == linebreak_simple_a.html linebreak_simple_b.html
|
||||||
!= overconstrained_block.html overconstrained_block_ref.html
|
!= overconstrained_block.html overconstrained_block_ref.html
|
||||||
== overflow_auto.html overflow_simple_b.html
|
== overflow_auto.html overflow_simple_b.html
|
||||||
== overflow_auto_stacking_order_a.html overflow_auto_stacking_order_ref.html
|
== overflow_auto_stacking_order_a.html overflow_auto_stacking_order_ref.html
|
||||||
== overflow_position_abs_inline_block.html overflow_position_abs_inline_block_ref.html
|
|
||||||
# Should be ==?
|
# Should be ==?
|
||||||
!= overflow_position_abs_inside_normal_a.html overflow_position_abs_inside_normal_b.html
|
!= overflow_position_abs_inside_normal_a.html overflow_position_abs_inside_normal_b.html
|
||||||
== overflow_scroll.html overflow_simple_b.html
|
== overflow_scroll.html overflow_simple_b.html
|
||||||
|
|
|
@ -683,6 +683,18 @@
|
||||||
"url": "/_mozilla/css/flex_nochild.html"
|
"url": "/_mozilla/css/flex_nochild.html"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"css/overflow_position_abs_inline_block.html": [
|
||||||
|
{
|
||||||
|
"path": "css/overflow_position_abs_inline_block.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/overflow_position_abs_inline_block_ref.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/overflow_position_abs_inline_block.html"
|
||||||
|
}
|
||||||
|
],
|
||||||
"css/overflow_position_abs_simple_a.html": [
|
"css/overflow_position_abs_simple_a.html": [
|
||||||
{
|
{
|
||||||
"path": "css/overflow_position_abs_simple_a.html",
|
"path": "css/overflow_position_abs_simple_a.html",
|
||||||
|
@ -3384,6 +3396,18 @@
|
||||||
"url": "/_mozilla/css/flex_nochild.html"
|
"url": "/_mozilla/css/flex_nochild.html"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"css/overflow_position_abs_inline_block.html": [
|
||||||
|
{
|
||||||
|
"path": "css/overflow_position_abs_inline_block.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/overflow_position_abs_inline_block_ref.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/overflow_position_abs_inline_block.html"
|
||||||
|
}
|
||||||
|
],
|
||||||
"css/overflow_position_abs_simple_a.html": [
|
"css/overflow_position_abs_simple_a.html": [
|
||||||
{
|
{
|
||||||
"path": "css/overflow_position_abs_simple_a.html",
|
"path": "css/overflow_position_abs_simple_a.html",
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<link rel='match' href='overflow_position_abs_inline_block_ref.html'>
|
||||||
<style>
|
<style>
|
||||||
#d1 {
|
#d1 {
|
||||||
width: 100px;
|
width: 100px;
|
Loading…
Add table
Add a link
Reference in a new issue