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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/alignment/overwrite-content-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: Fixed repaint tests issues. 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-content and align-content works as expected 1 Test overwriting justify-content and align-content 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(childOfDefaultParent, '').getPropertyValue('justify-conten t') is "flex-end true" 6 PASS getComputedStyle(childOfDefaultParent, '').getPropertyValue('justify-conten t') is "flex-end unsafe"
7 PASS getComputedStyle(childOfDefaultParent, '').getPropertyValue('align-content' ) is "center safe" 7 PASS getComputedStyle(childOfDefaultParent, '').getPropertyValue('align-content' ) is "center safe"
8 PASS getComputedStyle(childOfParentId, '').getPropertyValue('justify-content') i s "space-between" 8 PASS getComputedStyle(childOfParentId, '').getPropertyValue('justify-content') i s "space-between"
9 PASS getComputedStyle(childOfParentId, '').getPropertyValue('align-content') is "space-around" 9 PASS getComputedStyle(childOfParentId, '').getPropertyValue('align-content') is "space-around"
10 PASS successfullyParsed is true 10 PASS successfullyParsed is true
11 11
12 TEST COMPLETE 12 TEST COMPLETE
13 13
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698