| Index: LayoutTests/fast/flexbox/alignContent-spaceBetween-applies-with-flexWrap-wrap-with-single-line.html
|
| diff --git a/LayoutTests/fast/flexbox/alignContent-spaceBetween-applies-with-flexWrap-wrap-with-single-line.html b/LayoutTests/fast/flexbox/alignContent-spaceBetween-applies-with-flexWrap-wrap-with-single-line.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..ada380bb19e52fd093e91809c9f1bf816ba821bc
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/flexbox/alignContent-spaceBetween-applies-with-flexWrap-wrap-with-single-line.html
|
| @@ -0,0 +1,13 @@
|
| +<!doctype html>
|
| +<html>
|
| +<head>
|
| +</head>
|
| +<body>
|
| +<div style="display: flex; flex-wrap: wrap; align-content: space-between; height: 100px">
|
| +<div>This text should be at the top of the page</div>
|
| +</div>
|
| +<div style="display: flex; -webkit-writing-mode: vertical-lr; flex-wrap: wrap; align-content: space-between; width: 100px">
|
| +<div>This text should be at the left of the page</div>
|
| +</div>
|
| +</body>
|
| +</html>
|
|
|