| Index: LayoutTests/fast/alignment/parse-justify-items.html
|
| diff --git a/LayoutTests/fast/alignment/parse-justify-items.html b/LayoutTests/fast/alignment/parse-justify-items.html
|
| index f67e4f968eb85d1a05b5469e47254a7407c72dd7..a79b4ceac0cee20372c56e6452a3154415e4c4a6 100644
|
| --- a/LayoutTests/fast/alignment/parse-justify-items.html
|
| +++ b/LayoutTests/fast/alignment/parse-justify-items.html
|
| @@ -314,9 +314,9 @@ checkInheritValues("justifyItems", "justify-items", "legacy center");
|
|
|
| debug("");
|
| debug("Test the value 'legacy'");
|
| -checkLegacyValues("justifyItems", "justify-items", "legacy left");
|
| -checkLegacyValues("justifyItems", "justify-items", "legacy center");
|
| -checkLegacyValues("justifyItems", "justify-items", "legacy right");
|
| +checkLegacyValues("justifyItems", "justify-items", "legacy left", "left");
|
| +checkLegacyValues("justifyItems", "justify-items", "legacy center", "center");
|
| +checkLegacyValues("justifyItems", "justify-items", "legacy right", "right");
|
|
|
| </script>
|
| </body>
|
|
|