OLD | NEW |
1 Test for WebKit bug 18294 : Strange Result for getComputedStyle on borderWidth s
et in em | 1 Test for WebKit bug 18294 : Strange Result for getComputedStyle on borderWidth s
et in em |
2 | 2 |
3 PASS computedStyle.getPropertyValue('border-width') is '12000px 11000px 10000px
9010px' | 3 PASS computedStyle.getPropertyValue('border-width') is '12000px 11000px 10000px
9010px' |
4 PASS computedStyle.getPropertyCSSValue('border-top-width').cssText is '12000px' | 4 PASS computedStyle.borderTopWidth is '12000px' |
5 PASS computedStyle.getPropertyCSSValue('border-right-width').cssText is '11000px
' | 5 PASS computedStyle.borderRightWidth is '11000px' |
6 PASS computedStyle.getPropertyCSSValue('border-bottom-width').cssText is '10000p
x' | 6 PASS computedStyle.borderBottomWidth is '10000px' |
7 PASS computedStyle.getPropertyCSSValue('border-left-width').cssText is '9010px' | 7 PASS computedStyle.borderLeftWidth is '9010px' |
8 PASS successfullyParsed is true | 8 PASS successfullyParsed is true |
9 | 9 |
10 TEST COMPLETE | 10 TEST COMPLETE |
11 | 11 |
OLD | NEW |