| Index: third_party/WebKit/LayoutTests/css3/flexbox/resources/flexbox.css
|
| diff --git a/third_party/WebKit/LayoutTests/css3/flexbox/resources/flexbox.css b/third_party/WebKit/LayoutTests/css3/flexbox/resources/flexbox.css
|
| index 83502cd144a56c39cf85433342170899881855bd..6b0e581042792eb5f118f41c8ecc9c885a33c01f 100644
|
| --- a/third_party/WebKit/LayoutTests/css3/flexbox/resources/flexbox.css
|
| +++ b/third_party/WebKit/LayoutTests/css3/flexbox/resources/flexbox.css
|
| @@ -70,6 +70,10 @@
|
| -webkit-align-content: space-around;
|
| align-content: space-around;
|
| }
|
| +.align-content-space-around {
|
| + -webkit-align-content: space-evenly;
|
| + align-content: space-evenly;
|
| +}
|
| .align-content-stretch {
|
| -webkit-align-content: stretch;
|
| align-content: stretch;
|
| @@ -141,3 +145,7 @@
|
| -webkit-justify-content: space-around;
|
| justify-content: space-around;
|
| }
|
| +.justify-content-space-around {
|
| + -webkit-justify-content: space-evenly;
|
| + justify-content: space-evenly;
|
| +}
|
|
|