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: LayoutTests/fast/css-grid-layout/grid-item-positioning-with-orthogonal-flows-expected.txt

Issue 815833005: [css-grid] Handle min-content/max-content with orthogonal flows (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Utility functions for orthogonality. Created 5 years, 10 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 grid items positioning works as expected with orthogonal f lows.
2
3 HORIZONTAL-TB container with VERTICAL-LR items.
4
5 X X X X X X
6 X X X X X X
7 X X X X X X
8 X X X X X X
9 PASS
10 HORIZONTAL-TB container with VERTICAL-RL items.
11
12 X X X X X X
13 X X X X X X
14 X X X X X X
15 X X X X X X
16 PASS
17 VERTICAL-LR container with HORIZONTAL-TB items.
18
19 X X X X X X
20 X X X X X X
21 X X X X X X
22 X X X X X X
23 PASS
24 VERTICAL-RL container with HORIZONTAL-TB items.
25
26 X X X X X X
27 X X X X X X
28 X X X X X X
29 X X X X X X
30 PASS
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698