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(singleSingleTrackRepeat, '').getPropertyValue('grid
-template-columns') is "15%" | 7 PASS window.getComputedStyle(singleSingleTrackRepeat, '').getPropertyValue('grid
-template-columns') is "15%" |
8 PASS window.getComputedStyle(singleSingleTrackRepeat, '').getPropertyValue('grid
-template-rows') is "18px" | 8 PASS window.getComputedStyle(singleSingleTrackRepeat, '').getPropertyValue('grid
-template-rows') is "18px" |
9 PASS window.getComputedStyle(twoSingleTrackRepeat, '').getPropertyValue('grid-te
mplate-columns') is "minmax(15px, 50%) minmax(15px, 50%)" | 9 PASS window.getComputedStyle(twoSingleTrackRepeat, '').getPropertyValue('grid-te
mplate-columns') is "minmax(15px, 50%) minmax(15px, 50%)" |
10 PASS window.getComputedStyle(twoSingleTrackRepeat, '').getPropertyValue('grid-te
mplate-rows') is "auto auto" | 10 PASS window.getComputedStyle(twoSingleTrackRepeat, '').getPropertyValue('grid-te
mplate-rows') is "auto auto" |
(...skipping 13 matching lines...) Expand all Loading... |
24 PASS window.getComputedStyle(mixNonRepeatAfterRepeat, '').getPropertyValue('grid
-template-rows') is "10px 10px (end) auto" | 24 PASS window.getComputedStyle(mixNonRepeatAfterRepeat, '').getPropertyValue('grid
-template-rows') is "10px 10px (end) auto" |
25 | 25 |
26 Test invalid repeat syntax. | 26 Test invalid repeat syntax. |
27 PASS window.getComputedStyle(element, '').getPropertyValue('grid-template-column
s') is "none" | 27 PASS window.getComputedStyle(element, '').getPropertyValue('grid-template-column
s') is "none" |
28 PASS window.getComputedStyle(element, '').getPropertyValue('grid-template-column
s') is "none" | 28 PASS window.getComputedStyle(element, '').getPropertyValue('grid-template-column
s') is "none" |
29 PASS window.getComputedStyle(element, '').getPropertyValue('grid-template-column
s') is "none" | 29 PASS window.getComputedStyle(element, '').getPropertyValue('grid-template-column
s') is "none" |
30 PASS window.getComputedStyle(element, '').getPropertyValue('grid-template-column
s') is "none" | 30 PASS window.getComputedStyle(element, '').getPropertyValue('grid-template-column
s') is "none" |
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" |
| 35 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" |
| 38 PASS window.getComputedStyle(element, '').getPropertyValue('grid-template-column
s') is "none" |
| 39 PASS window.getComputedStyle(element, '').getPropertyValue('grid-template-column
s') is "none" |
34 PASS successfullyParsed is true | 40 PASS successfullyParsed is true |
35 | 41 |
36 TEST COMPLETE | 42 TEST COMPLETE |
37 | 43 |
OLD | NEW |