Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(19)

Unified Diff: LayoutTests/fast/alignment/parse-justify-items.html

Issue 1136283006: [CSS Grid Layout] Avoid using StyleAdjuster to resolve 'auto' values. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fixed some layout tests failures. Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698