mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Move overflow_xy_a.html to wpt reftests.
This commit is contained in:
parent
850024696a
commit
15fdd4d086
4 changed files with 25 additions and 1 deletions
|
@ -235,7 +235,6 @@ flaky_cpu == linebreak_simple_a.html linebreak_simple_b.html
|
|||
== overflow_scroll.html overflow_simple_b.html
|
||||
== overflow_simple_a.html overflow_simple_b.html
|
||||
== overflow_wrap_a.html overflow_wrap_ref.html
|
||||
== overflow_xy_a.html overflow_xy_ref.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
|
||||
|
|
|
@ -683,6 +683,18 @@
|
|||
"url": "/_mozilla/css/flex_nochild.html"
|
||||
}
|
||||
],
|
||||
"css/overflow_xy_a.html": [
|
||||
{
|
||||
"path": "css/overflow_xy_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/overflow_xy_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/overflow_xy_a.html"
|
||||
}
|
||||
],
|
||||
"css/per_glyph_font_fallback_a.html": [
|
||||
{
|
||||
"path": "css/per_glyph_font_fallback_a.html",
|
||||
|
@ -3336,6 +3348,18 @@
|
|||
"url": "/_mozilla/css/flex_nochild.html"
|
||||
}
|
||||
],
|
||||
"css/overflow_xy_a.html": [
|
||||
{
|
||||
"path": "css/overflow_xy_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/overflow_xy_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/overflow_xy_a.html"
|
||||
}
|
||||
],
|
||||
"css/per_glyph_font_fallback_a.html": [
|
||||
{
|
||||
"path": "css/per_glyph_font_fallback_a.html",
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel='match' href='overflow_xy_ref.html'>
|
||||
<!-- Tests that `overflow-x` and `overflow-y` work. -->
|
||||
<style>
|
||||
section {
|
Loading…
Add table
Add a link
Reference in a new issue