Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / border-width-large-expected.txt
blobeefbf2a7a9b0b6e303bde9a17aad5ab81794068d
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
10 TEST COMPLETE