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

Unified Diff: LayoutTests/fast/css-grid-layout/grid-justify-content-expected.txt

Issue 1031853002: [CSS Grid Layout] Content Distribution support for grid. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Missing layout test expectations file. Created 5 years, 8 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/css-grid-layout/grid-justify-content-expected.txt
diff --git a/LayoutTests/fast/css-grid-layout/grid-justify-content-expected.txt b/LayoutTests/fast/css-grid-layout/grid-justify-content-expected.txt
index 70a232e54f47c3bbfef74704047e0df1be0b2db6..468730443f3b03841b44f9c70279bc623cd6144c 100644
--- a/LayoutTests/fast/css-grid-layout/grid-justify-content-expected.txt
+++ b/LayoutTests/fast/css-grid-layout/grid-justify-content-expected.txt
@@ -21,30 +21,6 @@ PASS
direction: LTR | justify-content: 'flex-end'
PASS
-direction: LTR | justify-content: 'space-between' (fallback to 'start')
-
-PASS
-direction: LTR | justify-content: 'space-around' (fallback to 'center')
-
-PASS
-direction: LTR | justify-content: 'space-evenly' (fallback to 'center')
-
-PASS
-direction: LTR | justify-content: 'stretch' (fallback to start)
-
-PASS
-direction: LTR | justify-content: space-between left (fallback to left)
-
-PASS
-direction: LTR | justify-content: 'space-around end' (fallback to end)
-
-PASS
-direction: LTR | justify-content: 'space-evenly right' (fallback to 'right')
-
-PASS
-direction: LTR | justify-content: 'stretch end' (fallback to 'end')
-
-PASS
direction: LTR | justify-content: 'auto' (resolved to 'start')
PASS

Powered by Google App Engine
This is Rietveld 408576698