mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Add test for 18224
This commit is contained in:
parent
94c870726f
commit
823565cda0
3 changed files with 44 additions and 0 deletions
|
@ -1607,6 +1607,18 @@
|
|||
{}
|
||||
]
|
||||
],
|
||||
"css/flex-zero_lines.html": [
|
||||
[
|
||||
"/_mozilla/css/flex-zero_lines.html",
|
||||
[
|
||||
[
|
||||
"/_mozilla/css/flex-zero_lines_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
{}
|
||||
]
|
||||
],
|
||||
"css/flex_column_direction.html": [
|
||||
[
|
||||
"/_mozilla/css/flex_column_direction.html",
|
||||
|
@ -8201,6 +8213,11 @@
|
|||
{}
|
||||
]
|
||||
],
|
||||
"css/flex-zero_lines_ref.html": [
|
||||
[
|
||||
{}
|
||||
]
|
||||
],
|
||||
"css/flex_column_direction_ref.html": [
|
||||
[
|
||||
{}
|
||||
|
@ -23123,6 +23140,14 @@
|
|||
"9e262b0328e80050f5088a7264e7d40b67873750",
|
||||
"testharness"
|
||||
],
|
||||
"css/flex-zero_lines.html": [
|
||||
"0624d63ae563dbc4754da143b2631949ad114abd",
|
||||
"reftest"
|
||||
],
|
||||
"css/flex-zero_lines_ref.html": [
|
||||
"69db5dc9423df6c451c80faa70fff1c3a31cd7f7",
|
||||
"support"
|
||||
],
|
||||
"css/flex_column_direction.html": [
|
||||
"d8d62ddbb5be5da2fbbaed24d1c97880cb7d7d5f",
|
||||
"reftest"
|
||||
|
|
14
tests/wpt/mozilla/tests/css/flex-zero_lines.html
Normal file
14
tests/wpt/mozilla/tests/css/flex-zero_lines.html
Normal file
|
@ -0,0 +1,14 @@
|
|||
<!doctype html>
|
||||
<meta charset="utf-8">
|
||||
<title></title>
|
||||
<link rel="match" href="flex-zero_lines_ref.html">
|
||||
<style>
|
||||
div {
|
||||
display: flex;
|
||||
height: 0;
|
||||
align-content: space-around;
|
||||
}
|
||||
</style>
|
||||
<div></div>
|
||||
TEST
|
||||
|
5
tests/wpt/mozilla/tests/css/flex-zero_lines_ref.html
Normal file
5
tests/wpt/mozilla/tests/css/flex-zero_lines_ref.html
Normal file
|
@ -0,0 +1,5 @@
|
|||
<!doctype html>
|
||||
<meta charset="utf-8">
|
||||
<title></title>
|
||||
TEST
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue