1 Test for WebKit bug 18294 : Strange Result for getComputedStyle on borderWidth set in em
3 PASS computedStyle.getPropertyValue('border-width') is '12000px 11000px 10000px 9010px'
4 PASS computedStyle.borderTopWidth is '12000px'
5 PASS computedStyle.borderRightWidth is '11000px'
6 PASS computedStyle.borderBottomWidth is '10000px'
7 PASS computedStyle.borderLeftWidth is '9010px'
8 PASS successfullyParsed is true