Chromium Code Reviews| Index: LayoutTests/fast/flexbox/alignContent-flexWrap-with-single-line.html |
| diff --git a/LayoutTests/fast/flexbox/alignContent-flexWrap-with-single-line.html b/LayoutTests/fast/flexbox/alignContent-flexWrap-with-single-line.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..577962a365d8c3e031b9796ece668939d61408b7 |
| --- /dev/null |
| +++ b/LayoutTests/fast/flexbox/alignContent-flexWrap-with-single-line.html |
| @@ -0,0 +1,10 @@ |
| +<!doctype html> |
| +<html> |
| +<head> |
| +</head> |
| +<body> |
| +<div style="display: flex; flex-wrap: wrap; align-content: flex-end; height: 100px"> |
|
tony
2014/05/19 16:43:45
There should be a test for every value of align-co
harpreet.sk
2014/05/20 07:39:43
Added the test for all values of align-content. Al
|
| +<div>This text should be at the top of the page</div> |
| +</div> |
| +</body> |
| +</html> |