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