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

Unified Diff: LayoutTests/fast/css-grid-layout/grid-align-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-align-content-expected.txt
diff --git a/LayoutTests/fast/css-grid-layout/grid-align-content-expected.txt b/LayoutTests/fast/css-grid-layout/grid-align-content-expected.txt
index 16837e1d5bb8e1548ab9b0538289adaa64a98f03..b81aa55e75b52172fd6e4538b5724039eb4fec64 100644
--- a/LayoutTests/fast/css-grid-layout/grid-align-content-expected.txt
+++ b/LayoutTests/fast/css-grid-layout/grid-align-content-expected.txt
@@ -21,30 +21,6 @@ PASS
direction: LTR | align-content: 'flex-end
PASS
-direction: LTR | align-content: 'space-between' (fallback to 'start')
-
-PASS
-direction: LTR | align-content: 'space-between' (fallback to 'center')
-
-PASS
-direction: LTR | align-content: 'space-evenly' (fallback to 'center')
-
-PASS
-direction: LTR | align-content: 'space-stretch' (fallback to 'start')
-
-PASS
-direction: LTR | align-content: 'space-between left' (fallback to 'left')
-
-PASS
-direction: LTR | align-content: 'space-around end' (fallback to 'end')
-
-PASS
-direction: LTR | align-content: 'space-evenly right' (fallback to 'right')
-
-PASS
-direction: LTR | align-content: 'stretch end' (fallback to 'end')
-
-PASS
direction: LTR | align-content: 'auto' (resolved to 'start')
PASS

Powered by Google App Engine
This is Rietveld 408576698