mirror of
https://github.com/servo/servo.git
synced 2025-08-04 13:10:20 +01:00
Move flex_column_direction.html to wpt reftests.
This commit is contained in:
parent
4add7d23f8
commit
9623ed54d0
4 changed files with 25 additions and 1 deletions
|
@ -11,7 +11,6 @@ fragment=top != ../html/acid2.html acid2_ref.html
|
||||||
|
|
||||||
== acid2_noscroll.html acid2_ref_broken.html
|
== acid2_noscroll.html acid2_ref_broken.html
|
||||||
flaky_cpu == append_style_a.html append_style_b.html
|
flaky_cpu == append_style_a.html append_style_b.html
|
||||||
prefs:"layout.flex-direction.enabled,layout.flex.enabled" == flex_column_direction.html flex_column_direction_ref.html
|
|
||||||
prefs:"layout.flex.enabled" == flex_row_direction.html flex_row_direction_ref.html
|
prefs:"layout.flex.enabled" == flex_row_direction.html flex_row_direction_ref.html
|
||||||
== floated_negative_margins_a.html floated_negative_margins_ref.html
|
== floated_negative_margins_a.html floated_negative_margins_ref.html
|
||||||
== font_size.html font_size_ref.html
|
== font_size.html font_size_ref.html
|
||||||
|
|
|
@ -1271,6 +1271,18 @@
|
||||||
"url": "/_mozilla/css/fixed_width_overrides_child_intrinsic_width_a.html"
|
"url": "/_mozilla/css/fixed_width_overrides_child_intrinsic_width_a.html"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"css/flex_column_direction.html": [
|
||||||
|
{
|
||||||
|
"path": "css/flex_column_direction.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/flex_column_direction_ref.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/flex_column_direction.html"
|
||||||
|
}
|
||||||
|
],
|
||||||
"css/flex_nochild.html": [
|
"css/flex_nochild.html": [
|
||||||
{
|
{
|
||||||
"path": "css/flex_nochild.html",
|
"path": "css/flex_nochild.html",
|
||||||
|
@ -6096,6 +6108,18 @@
|
||||||
"url": "/_mozilla/css/fixed_width_overrides_child_intrinsic_width_a.html"
|
"url": "/_mozilla/css/fixed_width_overrides_child_intrinsic_width_a.html"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"css/flex_column_direction.html": [
|
||||||
|
{
|
||||||
|
"path": "css/flex_column_direction.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/flex_column_direction_ref.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/flex_column_direction.html"
|
||||||
|
}
|
||||||
|
],
|
||||||
"css/flex_nochild.html": [
|
"css/flex_nochild.html": [
|
||||||
{
|
{
|
||||||
"path": "css/flex_nochild.html",
|
"path": "css/flex_nochild.html",
|
||||||
|
|
|
@ -5,6 +5,7 @@
|
||||||
<title>CSS Test: flex container should layout flex items horizontally</title>
|
<title>CSS Test: flex container should layout flex items horizontally</title>
|
||||||
<link rel="author" title="Kyle Zentner" href="mailto:zentner.kyle@gmail.com">
|
<link rel="author" title="Kyle Zentner" href="mailto:zentner.kyle@gmail.com">
|
||||||
<link rel="help" href="https://drafts.csswg.org/css-flexbox/">
|
<link rel="help" href="https://drafts.csswg.org/css-flexbox/">
|
||||||
|
<link rel=match href=flex_column_direction_ref.html>
|
||||||
<style>
|
<style>
|
||||||
body {
|
body {
|
||||||
margin: 0;
|
margin: 0;
|
Loading…
Add table
Add a link
Reference in a new issue