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

Side by Side Diff: LayoutTests/fast/alignment/parse-justify-items-expected.txt

Issue 1136283006: [CSS Grid Layout] Avoid using StyleAdjuster to resolve 'auto' values. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fixed some layout tests failures. Created 5 years, 7 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 that setting and getting justify-items works as expected 1 Test that setting and getting justify-items 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 Test getting justify-items set through CSS 6 Test getting justify-items set through CSS
7 PASS getComputedStyle(justifyItemsBaseline, '').getPropertyValue('justify-items' ) is 'baseline' 7 PASS getComputedStyle(justifyItemsBaseline, '').getPropertyValue('justify-items' ) is 'baseline'
8 PASS getComputedStyle(justifyItemsLastBaseline, '').getPropertyValue('justify-it ems') is 'last-baseline' 8 PASS getComputedStyle(justifyItemsLastBaseline, '').getPropertyValue('justify-it ems') is 'last-baseline'
9 PASS getComputedStyle(justifyItemsStretch, '').getPropertyValue('justify-items') is 'stretch' 9 PASS getComputedStyle(justifyItemsStretch, '').getPropertyValue('justify-items') is 'stretch'
10 PASS getComputedStyle(justifyItemsStart, '').getPropertyValue('justify-items') i s 'start' 10 PASS getComputedStyle(justifyItemsStart, '').getPropertyValue('justify-items') i s 'start'
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
135 PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is " left safe" 135 PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is " left safe"
136 PASS element.style.justifyItems is "legacy center" 136 PASS element.style.justifyItems is "legacy center"
137 PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is " legacy center" 137 PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is " legacy center"
138 PASS element.style.justifyItems is "inherit" 138 PASS element.style.justifyItems is "inherit"
139 PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is " legacy center" 139 PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is " legacy center"
140 140
141 Test the value 'legacy' 141 Test the value 'legacy'
142 PASS element.style.justifyItems is "legacy left" 142 PASS element.style.justifyItems is "legacy left"
143 PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is " legacy left" 143 PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is " legacy left"
144 PASS element.style.justifyItems is "" 144 PASS element.style.justifyItems is ""
145 PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is " legacy left" 145 PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is " left"
146 PASS element.style.justifyItems is "legacy center" 146 PASS element.style.justifyItems is "legacy center"
147 PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is " legacy center" 147 PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is " legacy center"
148 PASS element.style.justifyItems is "" 148 PASS element.style.justifyItems is ""
149 PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is " legacy center" 149 PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is " center"
150 PASS element.style.justifyItems is "legacy right" 150 PASS element.style.justifyItems is "legacy right"
151 PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is " legacy right" 151 PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is " legacy right"
152 PASS element.style.justifyItems is "" 152 PASS element.style.justifyItems is ""
153 PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is " legacy right" 153 PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is " right"
154 PASS successfullyParsed is true 154 PASS successfullyParsed is true
155 155
156 TEST COMPLETE 156 TEST COMPLETE
157 157
OLDNEW
« no previous file with comments | « LayoutTests/fast/alignment/parse-justify-items.html ('k') | LayoutTests/fast/alignment/parse-justify-self.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698