| Index: third_party/WebKit/LayoutTests/external/wpt/css/css-align-3/default-alignment/place-items-shorthand-006.html
|
| diff --git a/third_party/WebKit/LayoutTests/external/wpt/css/css-align-3/default-alignment/place-items-shorthand-006.html b/third_party/WebKit/LayoutTests/external/wpt/css/css-align-3/default-alignment/place-items-shorthand-006.html
|
| index 7aa3e88e551b7a2e39212af09fafbfef6802b9fc..4af3ad5e7f2321af7e371efba9b5fe25cb6b9394 100644
|
| --- a/third_party/WebKit/LayoutTests/external/wpt/css/css-align-3/default-alignment/place-items-shorthand-006.html
|
| +++ b/third_party/WebKit/LayoutTests/external/wpt/css/css-align-3/default-alignment/place-items-shorthand-006.html
|
| @@ -10,7 +10,7 @@
|
| <script>
|
| var values = ["normal", "stretch"].concat(selfPositionValues, baselineValues);
|
| values.forEach(function(alignValue) {
|
| - ["", "auto"].concat(values).forEach(function(justifyValue) {
|
| + [""].concat(values).forEach(function(justifyValue) {
|
| var value = (alignValue + " " + justifyValue).trim();
|
| test(function() {
|
| checkPlaceShorhand("place-items", alignValue, justifyValue)
|
|
|