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

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

Issue 1309513008: [css-grid] Implement grid gutters (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebased patch for landing 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 PASS successfullyParsed is true
2
3 TEST COMPLETE
4 PASS
5 PASS
6 PASS
7 direction: LTR | align-content: 'center'
8
9 PASS
10 direction: LTR | align-content: 'right'
11
12 PASS
13 direction: RTL | align-content: 'right'
14
15 PASS
16 direction: RTL | align-content: 'start'
17
18 PASS
19 direction: LTR | justify-content: 'center'
20
21 PASS
22 direction: LTR | justify-content: 'end'
23
24 PASS
25 direction: RTL | justify-content: 'end'
26
27 PASS
28 direction: RTL | justify-content: 'start'
29
30 PASS
31 direction: RTL | justify-content: 'stretch'
32
33 PASS
34 direction: LTR | justify-content: 'space-evenly'
35
36 PASS
37 direction: LTR | justify-content: 'space-between'
38
39 PASS
40 direction: LTR | justify-content: 'space-around'
41
42 PASS
43 border: 5px 10px 15px 20px | padding: 10px 15px 20px 30px | margin: 4px 8px 12px 16px
44 direction: LTR (parall) | align-items: 'self-start' | justify-items: 'self-start '
45
46 PASS
47 border: 5px 10px 15px 20px | padding: 10px 15px 20px 30px | margin: 4px 8px 12px 16px
48 direction: LTR (ortho) | align-items: 'self-end' | justify-items: 'self-end'
49
50 PASS
51 border: 5px 10px 15px 20px | padding: 10px 15px 20px 30px | margin: 4px 8px 12px 16px
52 direction: RTL | align-items: 'right' | justify-items: 'right'
53
54 PASS
55 border: 5px 10px 15px 20px | padding: 10px 15px 20px 30px | margin: 4px 8px 12px 16px
56 direction: RTL (parall) | align-items: 'self-start' | justify-items: 'self-start '
57
58 PASS
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698