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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/alignment/overwrite-self-alignment-expected.txt

Issue 1497403002: [css-align] Overflow alignment value 'true' renamed to 'unsafe' (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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 overwriting justify-self and align-self works as expected 1 Test overwriting justify-self and align-self works as expected
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 getComputedStyle(parent, '').getPropertyValue('justify-items') is "center" 6 PASS getComputedStyle(parent, '').getPropertyValue('justify-items') is "center"
7 PASS getComputedStyle(parent, '').getPropertyValue('align-items') is "stretch" 7 PASS getComputedStyle(parent, '').getPropertyValue('align-items') is "stretch"
8 PASS getComputedStyle(childOfDefaultParent, '').getPropertyValue('justify-self') is "flex-end true" 8 PASS getComputedStyle(childOfDefaultParent, '').getPropertyValue('justify-self') is "flex-end unsafe"
9 PASS getComputedStyle(childOfDefaultParent, '').getPropertyValue('align-self') i s "flex-start safe" 9 PASS getComputedStyle(childOfDefaultParent, '').getPropertyValue('align-self') i s "flex-start safe"
10 PASS getComputedStyle(childOfParentId, '').getPropertyValue('justify-self') is " center" 10 PASS getComputedStyle(childOfParentId, '').getPropertyValue('justify-self') is " center"
11 PASS getComputedStyle(childOfParentId, '').getPropertyValue('align-self') is "st retch" 11 PASS getComputedStyle(childOfParentId, '').getPropertyValue('align-self') is "st retch"
12 PASS successfullyParsed is true 12 PASS successfullyParsed is true
13 13
14 TEST COMPLETE 14 TEST COMPLETE
15 15
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698