| Index: third_party/WebKit/LayoutTests/fast/alignment/parse-place-content.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/alignment/parse-place-content.html b/third_party/WebKit/LayoutTests/fast/alignment/parse-place-content.html
|
| index 1da453471d163e9e7f68bb52d76de7c8cb75f771..36cf481645319ceb5f9cf26f5c6cab7b787fcedb 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/alignment/parse-place-content.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/alignment/parse-place-content.html
|
| @@ -48,9 +48,6 @@
|
| }
|
| #placeContentStartSafe {
|
| place-content: start safe;
|
| -}
|
| -#placeContentBaselineSafe {
|
| - place-content: baseline safe;
|
| }
|
| #placeContentStartEndLeft {
|
| place-content: start end left;
|
| @@ -207,8 +204,8 @@
|
| }, "Test setting 'start safe' as incorrect value through CSS.");
|
|
|
| test(function() {
|
| - checkValues(placeContentBaselineSafe, "placeContent", "place-content", "", "normal normal");
|
| - checkPlaceContentValues(placeContentBaselineSafe, "", "normal", "normal");
|
| + checkValues(placeContentStartSafe, "placeContent", "place-content", "", "normal normal");
|
| + checkPlaceContentValues(placeContentStartSafe, "", "normal", "normal");
|
| }, "Test setting 'baseline safe' as incorrect value through CSS.");
|
|
|
| test(function() {
|
|
|