mirror of
https://github.com/servo/servo.git
synced 2025-08-04 21:20:23 +01:00
Move overflow_position_abs_inside_normal_a.html to wpt reftests.
This commit is contained in:
parent
a8cbc28643
commit
2c4232b620
5 changed files with 29 additions and 2 deletions
|
@ -13,8 +13,6 @@ fragment=top != ../html/acid2.html acid2_ref.html
|
|||
flaky_cpu == append_style_a.html append_style_b.html
|
||||
# `?` and `#` in the name is a test for https://github.com/servo/servo/issues/3340
|
||||
|
||||
# Should be ==?
|
||||
!= overflow_position_abs_inside_normal_a.html overflow_position_abs_inside_normal_b.html
|
||||
resolution=300x300,device-pixel-ratio=2 != pixel_snapping_border_a.html pixel_snapping_border_ref.html
|
||||
resolution=300x300,device-pixel-ratio=2 != pixel_snapping_position_a.html pixel_snapping_position_ref.html
|
||||
# commented out because multiple layers don't work with reftests --pcwalton
|
||||
|
|
|
@ -3295,6 +3295,18 @@
|
|||
"url": "/_mozilla/css/overflow_position_abs_inline_block.html"
|
||||
}
|
||||
],
|
||||
"css/overflow_position_abs_inside_normal_a.html": [
|
||||
{
|
||||
"path": "css/overflow_position_abs_inside_normal_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/overflow_position_abs_inside_normal_b.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/overflow_position_abs_inside_normal_a.html"
|
||||
}
|
||||
],
|
||||
"css/overflow_position_abs_simple_a.html": [
|
||||
{
|
||||
"path": "css/overflow_position_abs_simple_a.html",
|
||||
|
@ -9018,6 +9030,18 @@
|
|||
"url": "/_mozilla/css/overflow_position_abs_inline_block.html"
|
||||
}
|
||||
],
|
||||
"css/overflow_position_abs_inside_normal_a.html": [
|
||||
{
|
||||
"path": "css/overflow_position_abs_inside_normal_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/overflow_position_abs_inside_normal_b.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/overflow_position_abs_inside_normal_a.html"
|
||||
}
|
||||
],
|
||||
"css/overflow_position_abs_simple_a.html": [
|
||||
{
|
||||
"path": "css/overflow_position_abs_simple_a.html",
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
[overflow_position_abs_inside_normal_a.html]
|
||||
type: reftest
|
||||
expected: FAIL
|
||||
bug: https://github.com/servo/servo/issues/8780
|
|
@ -3,6 +3,7 @@
|
|||
`overflow: hidden` on #second has no effect on #abs because its CB is #first.
|
||||
</title>
|
||||
<head>
|
||||
<link rel=match href=overflow_position_abs_inside_normal_b.html>
|
||||
<style>
|
||||
#first {
|
||||
position: relative;
|
Loading…
Add table
Add a link
Reference in a new issue