mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +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
|
@ -230,7 +230,6 @@ flaky_cpu == linebreak_simple_a.html linebreak_simple_b.html
|
||||||
== overflow_position_abs_inline_block.html overflow_position_abs_inline_block_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_position_abs_simple_a.html overflow_position_abs_simple_b.html
|
|
||||||
== overflow_scroll.html overflow_simple_b.html
|
== overflow_scroll.html overflow_simple_b.html
|
||||||
== overflow_simple_a.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_border_a.html pixel_snapping_border_ref.html
|
||||||
|
|
|
@ -683,6 +683,18 @@
|
||||||
"url": "/_mozilla/css/flex_nochild.html"
|
"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": [
|
"css/overflow_position_rel_inline_block.html": [
|
||||||
{
|
{
|
||||||
"path": "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"
|
"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": [
|
"css/overflow_position_rel_inline_block.html": [
|
||||||
{
|
{
|
||||||
"path": "css/overflow_position_rel_inline_block.html",
|
"path": "css/overflow_position_rel_inline_block.html",
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
|
<link rel='match' href='overflow_position_abs_simple_b.html'>
|
||||||
<style>
|
<style>
|
||||||
#first {
|
#first {
|
||||||
height: 100px;
|
height: 100px;
|
Loading…
Add table
Add a link
Reference in a new issue