jfernandez@igalia.com | b92d6da | 2015-03-30 18:33:39 +0000 | [diff] [blame] | 1 | Test that setting and getting align-items works as expected |
| 2 | |
jfernandez@igalia.com | b92d6da | 2015-03-30 18:33:39 +0000 | [diff] [blame] | 3 | |
jfernandez@igalia.com | 81a5ae2 | 2017-03-29 22:01:11 +0000 | [diff] [blame] | 4 | PASS Test getting align-items set through CSS. |
| 5 | PASS Test initial value of align-items through JS |
| 6 | PASS Test getting and setting align-items through JS |
| 7 | PASS Test bad combinations of align-items |
| 8 | PASS Test the value 'initial' |
| 9 | PASS Test the value 'initial' for grid containers |
| 10 | PASS Test the value 'initial' for flex containers |
| 11 | PASS Test the value 'inherit' |
jfernandez@igalia.com | b92d6da | 2015-03-30 18:33:39 +0000 | [diff] [blame] | 12 | |