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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-item-auto-margins-alignment-expected.txt

Issue 1298623002: [CSS Grid Layout] Implement auto-margins alignment of grid items (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Using start/end and before/after logical terms. Created 5 years, 2 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 aling-self and justify-self properties are not applied whe n there is auto-margin in the correponding axis. Instead, auto-margin alignment should be applied.
2
3 Direction: LTR | Self Alignment: center | fixed size items | 1 auto-margin
4
5 PASS
6 Direction: LTR | Self Alignment: stretch | fixed size items | 4 auto-margin
7
8 PASS
9 Direction: LTR | Self Alignment: center | auto size items | 1 auto-margin
10
11 PASS
12 Direction: LTR | Self Alignment: stretch | auto size items | 4 auto-margin
13
14 PASS
15 Direction: RTL | Self Alignment: center | fixed size items | 1 auto-margin
16
17 PASS
18 Direction: RTL | Self Alignment: stretch | fixed size items | 4 auto-margin
19
20 PASS
21 Direction: RTL | Self Alignment: center | auto size items | 1 auto-margin
22
23 PASS
24 Direction: RTL | Self Alignment: stretch | auto size items | 4 auto-margin
25
26 PASS
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698