| Index: LayoutTests/fast/css/border-width-large-expected.txt
|
| diff --git a/LayoutTests/fast/css/border-width-large-expected.txt b/LayoutTests/fast/css/border-width-large-expected.txt
|
| index de4d579ad7b732acaca00b7e367f31b19e65ccb4..eefbf2a7a9b0b6e303bde9a17aad5ab81794068d 100644
|
| --- a/LayoutTests/fast/css/border-width-large-expected.txt
|
| +++ b/LayoutTests/fast/css/border-width-large-expected.txt
|
| @@ -1,10 +1,10 @@
|
| Test for WebKit bug 18294 : Strange Result for getComputedStyle on borderWidth set in em
|
|
|
| PASS computedStyle.getPropertyValue('border-width') is '12000px 11000px 10000px 9010px'
|
| -PASS computedStyle.getPropertyCSSValue('border-top-width').cssText is '12000px'
|
| -PASS computedStyle.getPropertyCSSValue('border-right-width').cssText is '11000px'
|
| -PASS computedStyle.getPropertyCSSValue('border-bottom-width').cssText is '10000px'
|
| -PASS computedStyle.getPropertyCSSValue('border-left-width').cssText is '9010px'
|
| +PASS computedStyle.borderTopWidth is '12000px'
|
| +PASS computedStyle.borderRightWidth is '11000px'
|
| +PASS computedStyle.borderBottomWidth is '10000px'
|
| +PASS computedStyle.borderLeftWidth is '9010px'
|
| PASS successfullyParsed is true
|
|
|
| TEST COMPLETE
|
|
|