Skip to content

Commit

Permalink
Add test for 18224
Browse files Browse the repository at this point in the history
  • Loading branch information
DominoTree committed Sep 6, 2017
1 parent 94c8707 commit 823565c
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 0 deletions.
25 changes: 25 additions & 0 deletions tests/wpt/mozilla/meta/MANIFEST.json
Expand Up @@ -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",
Expand Down Expand Up @@ -8201,6 +8213,11 @@
{}
]
],
"css/flex-zero_lines_ref.html": [
[
{}
]
],
"css/flex_column_direction_ref.html": [
[
{}
Expand Down Expand Up @@ -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"
Expand Down
14 changes: 14 additions & 0 deletions tests/wpt/mozilla/tests/css/flex-zero_lines.html
@@ -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 changes: 5 additions & 0 deletions tests/wpt/mozilla/tests/css/flex-zero_lines_ref.html
@@ -0,0 +1,5 @@
<!doctype html>
<meta charset="utf-8">
<title></title>
TEST

0 comments on commit 823565c

Please sign in to comment.