| OLD | NEW |
| 1 Test that setting and getting grid-template-columns and grid-template-rows with
repeat() works as expected | 1 Test that setting and getting grid-template-columns and grid-template-rows with
repeat() 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-template-columns and grid-template-rows set through CSS | 6 Test getting grid-template-columns and grid-template-rows set through CSS |
| 7 PASS window.getComputedStyle(singleSingleTrackRepeatWithSize, '').getPropertyVal
ue('grid-template-columns') is "120px" | 7 PASS window.getComputedStyle(singleSingleTrackRepeatWithSize, '').getPropertyVal
ue('grid-template-columns') is "120px" |
| 8 PASS window.getComputedStyle(singleSingleTrackRepeatWithSize, '').getPropertyVal
ue('grid-template-rows') is "18px" | 8 PASS window.getComputedStyle(singleSingleTrackRepeatWithSize, '').getPropertyVal
ue('grid-template-rows') is "18px" |
| 9 PASS window.getComputedStyle(singleSingleTrackRepeatWithoutSize, '').getProperty
Value('grid-template-columns') is "0px" | 9 PASS window.getComputedStyle(singleSingleTrackRepeatWithoutSize, '').getProperty
Value('grid-template-columns') is "0px" |
| 10 PASS window.getComputedStyle(singleSingleTrackRepeatWithoutSize, '').getProperty
Value('grid-template-rows') is "18px" | 10 PASS window.getComputedStyle(singleSingleTrackRepeatWithoutSize, '').getProperty
Value('grid-template-rows') is "18px" |
| (...skipping 17 matching lines...) Expand all Loading... |
| 28 PASS window.getComputedStyle(mixNonRepeatAfterRepeat, '').getPropertyValue('grid
-template-rows') is "10px 10px (end) 0px" | 28 PASS window.getComputedStyle(mixNonRepeatAfterRepeat, '').getPropertyValue('grid
-template-rows') is "10px 10px (end) 0px" |
| 29 | 29 |
| 30 Test invalid repeat syntax. | 30 Test invalid repeat syntax. |
| 31 PASS window.getComputedStyle(element, '').getPropertyValue('grid-template-column
s') is "none" | 31 PASS window.getComputedStyle(element, '').getPropertyValue('grid-template-column
s') is "none" |
| 32 PASS window.getComputedStyle(element, '').getPropertyValue('grid-template-column
s') is "none" | 32 PASS window.getComputedStyle(element, '').getPropertyValue('grid-template-column
s') is "none" |
| 33 PASS window.getComputedStyle(element, '').getPropertyValue('grid-template-column
s') is "none" | 33 PASS window.getComputedStyle(element, '').getPropertyValue('grid-template-column
s') is "none" |
| 34 PASS window.getComputedStyle(element, '').getPropertyValue('grid-template-column
s') is "none" | 34 PASS window.getComputedStyle(element, '').getPropertyValue('grid-template-column
s') is "none" |
| 35 PASS window.getComputedStyle(element, '').getPropertyValue('grid-template-column
s') is "none" | 35 PASS window.getComputedStyle(element, '').getPropertyValue('grid-template-column
s') is "none" |
| 36 PASS window.getComputedStyle(element, '').getPropertyValue('grid-template-column
s') is "none" | 36 PASS window.getComputedStyle(element, '').getPropertyValue('grid-template-column
s') is "none" |
| 37 PASS window.getComputedStyle(element, '').getPropertyValue('grid-template-column
s') is "none" | 37 PASS window.getComputedStyle(element, '').getPropertyValue('grid-template-column
s') is "none" |
| 38 PASS window.getComputedStyle(element, '').getPropertyValue('grid-template-column
s') is "none" |
| 39 PASS window.getComputedStyle(element, '').getPropertyValue('grid-template-column
s') is "none" |
| 40 PASS window.getComputedStyle(element, '').getPropertyValue('grid-template-column
s') is "none" |
| 41 PASS window.getComputedStyle(element, '').getPropertyValue('grid-template-column
s') is "none" |
| 42 PASS window.getComputedStyle(element, '').getPropertyValue('grid-template-column
s') is "none" |
| 43 PASS window.getComputedStyle(element, '').getPropertyValue('grid-template-column
s') is "none" |
| 38 PASS successfullyParsed is true | 44 PASS successfullyParsed is true |
| 39 | 45 |
| 40 TEST COMPLETE | 46 TEST COMPLETE |
| 41 | 47 |
| OLD | NEW |