alexis.menard@openbossa.org | 31e4cf3 | 2012-01-19 12:59:52 +0000 | [diff] [blame] | 1 | Test for WebKit bug 18294 : Strange Result for getComputedStyle on borderWidth set in em |
| 2 | |
| 3 | PASS computedStyle.getPropertyValue('border-width') is '12000px 11000px 10000px 9010px' |
| 4 | PASS computedStyle.getPropertyCSSValue('border-top-width').cssText is '12000px' |
| 5 | PASS computedStyle.getPropertyCSSValue('border-right-width').cssText is '11000px' |
| 6 | PASS computedStyle.getPropertyCSSValue('border-bottom-width').cssText is '10000px' |
| 7 | PASS computedStyle.getPropertyCSSValue('border-left-width').cssText is '9010px' |
| 8 | PASS successfullyParsed is true |
| 9 | |
| 10 | TEST COMPLETE |
| 11 | |