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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-content-alignment-and-self-alignment-spanning-expected.txt

Issue 1880393005: [css-grid] Fix alignment with content distribution (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix typo Created 4 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 unified diff | Download patch
OLDNEW
1 This test checks that Content Distribution alignment works fine in combination w ith Self Alignmet and items span more than one track. 1 This test checks that Content Distribution alignment works fine in combination w ith Self Alignmet and items span more than one track.
2 2
3 direction: LTR | distribution: 'space-between' | self-alignment: center 3 direction: LTR | distribution: 'space-between' | self-alignment: center
4 4
5 PASS 5 PASS
6 direction: LTR | distribution: 'space-between' | self-alignment: end 6 direction: LTR | distribution: 'space-between' | self-alignment: end
7 7
8 PASS 8 PASS
9 direction: LTR | distribution: 'space-around' | self-alignment: center 9 direction: LTR | distribution: 'space-around' | self-alignment: center
10 10
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
89 PASS 89 PASS
90 direction: RTL | rows/columns gap: 20px/40px | distribution: 'default' | self-al ignment: end 90 direction: RTL | rows/columns gap: 20px/40px | distribution: 'default' | self-al ignment: end
91 91
92 PASS 92 PASS
93 direction: RTL | rows/columns gap: 20px/40px | distribution: 'space-between' | s elf-alignment: center 93 direction: RTL | rows/columns gap: 20px/40px | distribution: 'space-between' | s elf-alignment: center
94 94
95 PASS 95 PASS
96 direction: RTL | rows/columns gap: 20px/40px | distribution: 'space-between' | s elf-alignment: end 96 direction: RTL | rows/columns gap: 20px/40px | distribution: 'space-between' | s elf-alignment: end
97 97
98 PASS 98 PASS
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698