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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-item-end-after-get-set-expected.txt

Issue 1970573004: [css-grid] Consider invalid using just "span" as grid-line value (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 grid-column-end and grid-row-end works as expected 1 Test that setting and getting grid-column-end and grid-row-end 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 grid-column-end and grid-row-end set through CSS 6 Test getting grid-column-end and grid-row-end set through CSS
7 PASS getComputedStyle(gridElement, '').getPropertyValue('grid-column') is "auto / auto" 7 PASS getComputedStyle(gridElement, '').getPropertyValue('grid-column') is "auto / auto"
8 PASS getComputedStyle(gridElement, '').getPropertyValue('grid-column-start') is "auto" 8 PASS getComputedStyle(gridElement, '').getPropertyValue('grid-column-start') is "auto"
9 PASS getComputedStyle(gridElement, '').getPropertyValue('grid-column-end') is "a uto" 9 PASS getComputedStyle(gridElement, '').getPropertyValue('grid-column-end') is "a uto"
10 PASS getComputedStyle(gridElement, '').getPropertyValue('grid-row') is "auto / a uto" 10 PASS getComputedStyle(gridElement, '').getPropertyValue('grid-row') is "auto / a uto"
(...skipping 16 matching lines...) Expand all
27 PASS getComputedStyle(gridItemWithBeforeSpan, '').getPropertyValue('grid-column- end') is "span 2" 27 PASS getComputedStyle(gridItemWithBeforeSpan, '').getPropertyValue('grid-column- end') is "span 2"
28 PASS getComputedStyle(gridItemWithBeforeSpan, '').getPropertyValue('grid-row') i s "auto / span 9" 28 PASS getComputedStyle(gridItemWithBeforeSpan, '').getPropertyValue('grid-row') i s "auto / span 9"
29 PASS getComputedStyle(gridItemWithBeforeSpan, '').getPropertyValue('grid-row-sta rt') is "auto" 29 PASS getComputedStyle(gridItemWithBeforeSpan, '').getPropertyValue('grid-row-sta rt') is "auto"
30 PASS getComputedStyle(gridItemWithBeforeSpan, '').getPropertyValue('grid-row-end ') is "span 9" 30 PASS getComputedStyle(gridItemWithBeforeSpan, '').getPropertyValue('grid-row-end ') is "span 9"
31 PASS getComputedStyle(gridItemWithAfterSpan, '').getPropertyValue('grid-column') is "auto / span 2" 31 PASS getComputedStyle(gridItemWithAfterSpan, '').getPropertyValue('grid-column') is "auto / span 2"
32 PASS getComputedStyle(gridItemWithAfterSpan, '').getPropertyValue('grid-column-s tart') is "auto" 32 PASS getComputedStyle(gridItemWithAfterSpan, '').getPropertyValue('grid-column-s tart') is "auto"
33 PASS getComputedStyle(gridItemWithAfterSpan, '').getPropertyValue('grid-column-e nd') is "span 2" 33 PASS getComputedStyle(gridItemWithAfterSpan, '').getPropertyValue('grid-column-e nd') is "span 2"
34 PASS getComputedStyle(gridItemWithAfterSpan, '').getPropertyValue('grid-row') is "auto / span 9" 34 PASS getComputedStyle(gridItemWithAfterSpan, '').getPropertyValue('grid-row') is "auto / span 9"
35 PASS getComputedStyle(gridItemWithAfterSpan, '').getPropertyValue('grid-row-star t') is "auto" 35 PASS getComputedStyle(gridItemWithAfterSpan, '').getPropertyValue('grid-row-star t') is "auto"
36 PASS getComputedStyle(gridItemWithAfterSpan, '').getPropertyValue('grid-row-end' ) is "span 9" 36 PASS getComputedStyle(gridItemWithAfterSpan, '').getPropertyValue('grid-row-end' ) is "span 9"
37 PASS getComputedStyle(gridItemWithOnlySpan, '').getPropertyValue('grid-column') is "auto / span 1" 37 PASS getComputedStyle(gridItemWithOnlySpan, '').getPropertyValue('grid-column') is "auto / auto"
38 PASS getComputedStyle(gridItemWithOnlySpan, '').getPropertyValue('grid-column-st art') is "auto" 38 PASS getComputedStyle(gridItemWithOnlySpan, '').getPropertyValue('grid-column-st art') is "auto"
39 PASS getComputedStyle(gridItemWithOnlySpan, '').getPropertyValue('grid-column-en d') is "span 1" 39 PASS getComputedStyle(gridItemWithOnlySpan, '').getPropertyValue('grid-column-en d') is "auto"
40 PASS getComputedStyle(gridItemWithOnlySpan, '').getPropertyValue('grid-row') is "auto / span 1" 40 PASS getComputedStyle(gridItemWithOnlySpan, '').getPropertyValue('grid-row') is "auto / auto"
41 PASS getComputedStyle(gridItemWithOnlySpan, '').getPropertyValue('grid-row-start ') is "auto" 41 PASS getComputedStyle(gridItemWithOnlySpan, '').getPropertyValue('grid-row-start ') is "auto"
42 PASS getComputedStyle(gridItemWithOnlySpan, '').getPropertyValue('grid-row-end') is "span 1" 42 PASS getComputedStyle(gridItemWithOnlySpan, '').getPropertyValue('grid-row-end') is "auto"
43 PASS getComputedStyle(gridItemWithAutoElement, '').getPropertyValue('grid-column ') is "auto / auto" 43 PASS getComputedStyle(gridItemWithAutoElement, '').getPropertyValue('grid-column ') is "auto / auto"
44 PASS getComputedStyle(gridItemWithAutoElement, '').getPropertyValue('grid-column -start') is "auto" 44 PASS getComputedStyle(gridItemWithAutoElement, '').getPropertyValue('grid-column -start') is "auto"
45 PASS getComputedStyle(gridItemWithAutoElement, '').getPropertyValue('grid-column -end') is "auto" 45 PASS getComputedStyle(gridItemWithAutoElement, '').getPropertyValue('grid-column -end') is "auto"
46 PASS getComputedStyle(gridItemWithAutoElement, '').getPropertyValue('grid-row') is "auto / auto" 46 PASS getComputedStyle(gridItemWithAutoElement, '').getPropertyValue('grid-row') is "auto / auto"
47 PASS getComputedStyle(gridItemWithAutoElement, '').getPropertyValue('grid-row-st art') is "auto" 47 PASS getComputedStyle(gridItemWithAutoElement, '').getPropertyValue('grid-row-st art') is "auto"
48 PASS getComputedStyle(gridItemWithAutoElement, '').getPropertyValue('grid-row-en d') is "auto" 48 PASS getComputedStyle(gridItemWithAutoElement, '').getPropertyValue('grid-row-en d') is "auto"
49 PASS getComputedStyle(gridItemWithCustomIdent, '').getPropertyValue('grid-column ') is "auto / first" 49 PASS getComputedStyle(gridItemWithCustomIdent, '').getPropertyValue('grid-column ') is "auto / first"
50 PASS getComputedStyle(gridItemWithCustomIdent, '').getPropertyValue('grid-column -start') is "auto" 50 PASS getComputedStyle(gridItemWithCustomIdent, '').getPropertyValue('grid-column -start') is "auto"
51 PASS getComputedStyle(gridItemWithCustomIdent, '').getPropertyValue('grid-column -end') is "first" 51 PASS getComputedStyle(gridItemWithCustomIdent, '').getPropertyValue('grid-column -end') is "first"
52 PASS getComputedStyle(gridItemWithCustomIdent, '').getPropertyValue('grid-row') is "auto / last" 52 PASS getComputedStyle(gridItemWithCustomIdent, '').getPropertyValue('grid-row') is "auto / last"
(...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after
215 PASS getComputedStyle(element, '').getPropertyValue('grid-row-end') is '66' 215 PASS getComputedStyle(element, '').getPropertyValue('grid-row-end') is '66'
216 PASS getComputedStyle(element, '').getPropertyValue('grid-row') is 'auto / 66' 216 PASS getComputedStyle(element, '').getPropertyValue('grid-row') is 'auto / 66'
217 PASS getComputedStyle(element, '').getPropertyValue('grid-column-end') is 'auto' 217 PASS getComputedStyle(element, '').getPropertyValue('grid-column-end') is 'auto'
218 PASS getComputedStyle(element, '').getPropertyValue('grid-column') is 'auto / au to' 218 PASS getComputedStyle(element, '').getPropertyValue('grid-column') is 'auto / au to'
219 PASS getComputedStyle(element, '').getPropertyValue('grid-row-end') is 'auto' 219 PASS getComputedStyle(element, '').getPropertyValue('grid-row-end') is 'auto'
220 PASS getComputedStyle(element, '').getPropertyValue('grid-row') is 'auto / auto' 220 PASS getComputedStyle(element, '').getPropertyValue('grid-row') is 'auto / auto'
221 PASS successfullyParsed is true 221 PASS successfullyParsed is true
222 222
223 TEST COMPLETE 223 TEST COMPLETE
224 224
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698