OLD | NEW |
1 PASS testPropertyUnit('visible', 'background-position') is 'px' | 1 PASS testPropertyUnit('visible', 'background-position') is 'px' |
2 PASS testPropertyUnit('visible', 'background-size') is 'px' | 2 PASS testPropertyUnit('visible', 'background-size') is 'px' |
3 PASS testPropertyUnit('visible', '-webkit-border-horizontal-spacing') is 'px' | 3 PASS testPropertyUnit('visible', '-webkit-border-horizontal-spacing') is 'px' |
4 PASS testPropertyUnit('visible', '-webkit-border-vertical-spacing') is 'px' | 4 PASS testPropertyUnit('visible', '-webkit-border-vertical-spacing') is 'px' |
5 PASS testPropertyUnit('visible', 'border-top-width') is 'px' | 5 PASS testPropertyUnit('visible', 'border-top-width') is 'px' |
6 PASS testPropertyUnit('visible', 'border-right-width') is 'px' | 6 PASS testPropertyUnit('visible', 'border-right-width') is 'px' |
7 PASS testPropertyUnit('visible', 'border-bottom-width') is 'px' | 7 PASS testPropertyUnit('visible', 'border-bottom-width') is 'px' |
8 PASS testPropertyUnit('visible', 'border-left-width') is 'px' | 8 PASS testPropertyUnit('visible', 'border-left-width') is 'px' |
9 PASS testPropertyUnit('visible', 'border-top-left-radius') is 'px' | 9 PASS testPropertyUnit('visible', 'border-top-left-radius') is 'px' |
10 PASS testPropertyUnit('visible', 'border-top-right-radius') is 'px' | 10 PASS testPropertyUnit('visible', 'border-top-right-radius') is 'px' |
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
79 PASS testPropertyUnit('hidden', 'word-spacing') is 'px' | 79 PASS testPropertyUnit('hidden', 'word-spacing') is 'px' |
80 PASS testPropertyUnit('hidden', 'margin-top') is 'px' | 80 PASS testPropertyUnit('hidden', 'margin-top') is 'px' |
81 PASS testPropertyUnit('hidden', 'margin-right') is 'px' | 81 PASS testPropertyUnit('hidden', 'margin-right') is 'px' |
82 PASS testPropertyUnit('hidden', 'margin-bottom') is 'px' | 82 PASS testPropertyUnit('hidden', 'margin-bottom') is 'px' |
83 PASS testPropertyUnit('hidden', 'margin-left') is 'px' | 83 PASS testPropertyUnit('hidden', 'margin-left') is 'px' |
84 PASS testPropertyUnit('hidden', 'padding-top') is 'px' | 84 PASS testPropertyUnit('hidden', 'padding-top') is 'px' |
85 PASS testPropertyUnit('hidden', 'padding-right') is 'px' | 85 PASS testPropertyUnit('hidden', 'padding-right') is 'px' |
86 PASS testPropertyUnit('hidden', 'padding-bottom') is 'px' | 86 PASS testPropertyUnit('hidden', 'padding-bottom') is 'px' |
87 PASS testPropertyUnit('hidden', 'padding-left') is 'px' | 87 PASS testPropertyUnit('hidden', 'padding-left') is 'px' |
88 PASS testPropertyUnit('hidden', 'text-indent') is 'px' | 88 PASS testPropertyUnit('hidden', 'text-indent') is 'px' |
| 89 PASS successfullyParsed is true |
89 | 90 |
| 91 TEST COMPLETE |
| 92 |
OLD | NEW |