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

Side by Side Diff: LayoutTests/fast/css-grid-layout/grid-content-alignment-with-span-vertical-lr-expected.txt

Issue 1142483003: [CSS Grid Layout] Testing content-distribution with spanning grid items. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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 unified diff | Download patch
OLDNEW
(Empty)
1 This test checks that Content Distribution alignment is applied correctly when i tems span more than one track.
2
3 direction: LTR | distribution: 'space-between'
4
5 PASS
6 direction: LTR | distribution: 'space-around'
7
8 PASS
9 direction: LTR | distribution: 'space-evenly'
10
11 PASS
12 direction: LTR | distribution: 'stretch'
13
14 PASS
15 direction: RTL | distribution: 'space-between'
16
17 PASS
18 direction: RTL | distribution: 'space-around'
19
20 PASS
21 direction: RTL | distribution: 'space-evenly'
22
23 PASS
24 direction: RTL | distribution: 'stretch'
25
26 PASS
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698