| Index: third_party/WebKit/LayoutTests/css3/flexbox/alignContent-applies-with-flexWrap-wrap-with-single-line.html
|
| diff --git a/third_party/WebKit/LayoutTests/css3/flexbox/alignContent-applies-with-flexWrap-wrap-with-single-line.html b/third_party/WebKit/LayoutTests/css3/flexbox/alignContent-applies-with-flexWrap-wrap-with-single-line.html
|
| index 50b5273a19b1902ff67bfcf28568aed4bc0500b9..ceb0e066c5af31f4b26fbb9f2dfbf17b4a88e6fb 100644
|
| --- a/third_party/WebKit/LayoutTests/css3/flexbox/alignContent-applies-with-flexWrap-wrap-with-single-line.html
|
| +++ b/third_party/WebKit/LayoutTests/css3/flexbox/alignContent-applies-with-flexWrap-wrap-with-single-line.html
|
| @@ -43,6 +43,9 @@
|
| <div class="default" style="align-content: space-around">
|
| <div data-offset-y="0">This text should be at the top of it's container</div>
|
| </div>
|
| +<div class="default" style="align-content: space-evenly">
|
| +<div data-offset-y="0">This text should be at the top of it's container</div>
|
| +</div>
|
| <div class="default" style="align-content: stretch">
|
| <div data-offset-y="0">This text should be at the top of it's container</div>
|
| </div>
|
|
|