Add test for 18224

This commit is contained in:
Nick Price 2017-08-28 10:26:36 -04:00
parent 94c870726f
commit 823565cda0
3 changed files with 44 additions and 0 deletions

View file

@ -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"

View 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

View file

@ -0,0 +1,5 @@
<!doctype html>
<meta charset="utf-8">
<title></title>
TEST