mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Move overflow_auto.html, overflow_scroll.html and overflow_simple_a.html to wpt reftests.
This commit is contained in:
parent
22656dc39d
commit
068a584241
6 changed files with 75 additions and 3 deletions
|
@ -40,11 +40,8 @@ flaky_cpu == linebreak_simple_a.html linebreak_simple_b.html
|
|||
# == link_style_dynamic_addition.html link_style_dynamic_addition_ref.html
|
||||
# Should be == with expected failure. See #2797
|
||||
!= overconstrained_block.html overconstrained_block_ref.html
|
||||
== overflow_auto.html overflow_simple_b.html
|
||||
# Should be ==?
|
||||
!= overflow_position_abs_inside_normal_a.html overflow_position_abs_inside_normal_b.html
|
||||
== overflow_scroll.html overflow_simple_b.html
|
||||
== overflow_simple_a.html overflow_simple_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
|
||||
|
|
|
@ -2983,6 +2983,18 @@
|
|||
"url": "/_mozilla/css/outset_blackborder.html"
|
||||
}
|
||||
],
|
||||
"css/overflow_auto.html": [
|
||||
{
|
||||
"path": "css/overflow_auto.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/overflow_simple_b.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/overflow_auto.html"
|
||||
}
|
||||
],
|
||||
"css/overflow_auto_stacking_order_a.html": [
|
||||
{
|
||||
"path": "css/overflow_auto_stacking_order_a.html",
|
||||
|
@ -3031,6 +3043,30 @@
|
|||
"url": "/_mozilla/css/overflow_position_rel_inline_block.html"
|
||||
}
|
||||
],
|
||||
"css/overflow_scroll.html": [
|
||||
{
|
||||
"path": "css/overflow_scroll.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/overflow_simple_b.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/overflow_scroll.html"
|
||||
}
|
||||
],
|
||||
"css/overflow_simple_a.html": [
|
||||
{
|
||||
"path": "css/overflow_simple_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/overflow_simple_b.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/overflow_simple_a.html"
|
||||
}
|
||||
],
|
||||
"css/overflow_wrap_a.html": [
|
||||
{
|
||||
"path": "css/overflow_wrap_a.html",
|
||||
|
@ -8280,6 +8316,18 @@
|
|||
"url": "/_mozilla/css/outset_blackborder.html"
|
||||
}
|
||||
],
|
||||
"css/overflow_auto.html": [
|
||||
{
|
||||
"path": "css/overflow_auto.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/overflow_simple_b.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/overflow_auto.html"
|
||||
}
|
||||
],
|
||||
"css/overflow_auto_stacking_order_a.html": [
|
||||
{
|
||||
"path": "css/overflow_auto_stacking_order_a.html",
|
||||
|
@ -8328,6 +8376,30 @@
|
|||
"url": "/_mozilla/css/overflow_position_rel_inline_block.html"
|
||||
}
|
||||
],
|
||||
"css/overflow_scroll.html": [
|
||||
{
|
||||
"path": "css/overflow_scroll.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/overflow_simple_b.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/overflow_scroll.html"
|
||||
}
|
||||
],
|
||||
"css/overflow_simple_a.html": [
|
||||
{
|
||||
"path": "css/overflow_simple_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/overflow_simple_b.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/overflow_simple_a.html"
|
||||
}
|
||||
],
|
||||
"css/overflow_wrap_a.html": [
|
||||
{
|
||||
"path": "css/overflow_wrap_a.html",
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
<html>
|
||||
<head>
|
||||
<link rel=match href=overflow_simple_b.html>
|
||||
<style>
|
||||
#first {
|
||||
height: 100px;
|
|
@ -1,5 +1,6 @@
|
|||
<html>
|
||||
<head>
|
||||
<link rel=match href=overflow_simple_b.html>
|
||||
<style>
|
||||
#first {
|
||||
height: 100px;
|
|
@ -1,5 +1,6 @@
|
|||
<html>
|
||||
<head>
|
||||
<link rel=match href=overflow_simple_b.html>
|
||||
<style>
|
||||
#first {
|
||||
height: 100px;
|
Loading…
Add table
Add a link
Reference in a new issue