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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/alignment/ensure-flexbox-compatibility-with-initial-values-expected.txt

Issue 1709963002: [css-align] New CSS Value 'normal' for Self Alignment (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
1 Test to verify initial values of alignment properties are backward-comaptible wi th flexbox implementation. 1 Test to verify initial values of alignment properties are backward-comaptible wi th flexbox implementation.
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 PASS CSS.supports('align-items', 'start') is true 6 PASS CSS.supports('align-items', 'normal') is true
7 PASS CSS.supports('align-self', 'start') is true 7 PASS CSS.supports('align-self', 'normal') is true
8 PASS CSS.supports('align-content', 'normal') is true 8 PASS CSS.supports('align-content', 'normal') is true
9 PASS CSS.supports('justify-content', 'normal') is true 9 PASS CSS.supports('justify-content', 'normal') is true
10 PASS CSS.supports('align-items', 'start') is true 10 PASS CSS.supports('align-items', 'normal') is true
11 PASS CSS.supports('align-self', 'start') is true 11 PASS CSS.supports('align-self', 'normal') is true
12 PASS CSS.supports('align-content', 'normal') is true 12 PASS CSS.supports('align-content', 'normal') is true
13 PASS CSS.supports('justify-content', 'normal') is true 13 PASS CSS.supports('justify-content', 'normal') is true
14 PASS CSS.supports('align-items', 'stretch') is true 14 PASS CSS.supports('align-items', 'normal') is true
15 PASS CSS.supports('align-self', 'start') is true 15 PASS CSS.supports('align-self', 'normal') is true
16 PASS CSS.supports('align-content', 'normal') is true 16 PASS CSS.supports('align-content', 'normal') is true
17 PASS CSS.supports('justify-content', 'normal') is true 17 PASS CSS.supports('justify-content', 'normal') is true
18 PASS CSS.supports('align-items', 'start') is true 18 PASS CSS.supports('align-items', 'normal') is true
19 PASS CSS.supports('align-self', 'stretch') is true 19 PASS CSS.supports('align-self', 'normal') is true
20 PASS CSS.supports('align-content', 'normal') is true 20 PASS CSS.supports('align-content', 'normal') is true
21 PASS CSS.supports('justify-content', 'normal') is true 21 PASS CSS.supports('justify-content', 'normal') is true
22 PASS successfullyParsed is true 22 PASS successfullyParsed is true
23 23
24 TEST COMPLETE 24 TEST COMPLETE
25 25
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698