| Index: third_party/WebKit/LayoutTests/fast/css/border-shorthand-initialize-longhands-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/css/border-shorthand-initialize-longhands-expected.txt b/third_party/WebKit/LayoutTests/fast/css/border-shorthand-initialize-longhands-expected.txt
|
| index 4b3d3d5d4e761f1e393ddb9d8eb58ad9ba3c2d46..6d0a30693f74ed8df57c0356eb7a5aeacb09bcb1 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/css/border-shorthand-initialize-longhands-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/css/border-shorthand-initialize-longhands-expected.txt
|
| @@ -3,19 +3,19 @@ This test ensures border shorthand property initializes longhand properties such
|
| On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
|
|
|
|
| -PASS div.setAttribute('style', 'border: 1px');div.style.borderTopStyle is 'initial'
|
| -PASS div.style.borderTopStyle is 'initial'
|
| -PASS div.style.borderRightStyle is 'initial'
|
| -PASS div.style.borderBottomStyle is 'initial'
|
| -PASS div.style.borderLeftStyle is 'initial'
|
| -PASS div.style.borderTopColor is 'initial'
|
| -PASS div.style.borderRightColor is 'initial'
|
| -PASS div.style.borderBottomColor is 'initial'
|
| -PASS div.style.borderLeftColor is 'initial'
|
| -PASS div.setAttribute('style', 'border: solid');div.style.borderTopWidth is 'initial'
|
| -PASS div.style.borderRightWidth is 'initial'
|
| -PASS div.style.borderBottomWidth is 'initial'
|
| -PASS div.style.borderLeftWidth is 'initial'
|
| +PASS div.setAttribute('style', 'border: 1px');div.style.borderTopStyle is 'none'
|
| +PASS div.style.borderTopStyle is 'none'
|
| +PASS div.style.borderRightStyle is 'none'
|
| +PASS div.style.borderBottomStyle is 'none'
|
| +PASS div.style.borderLeftStyle is 'none'
|
| +PASS div.style.borderTopColor is 'currentcolor'
|
| +PASS div.style.borderRightColor is 'currentcolor'
|
| +PASS div.style.borderBottomColor is 'currentcolor'
|
| +PASS div.style.borderLeftColor is 'currentcolor'
|
| +PASS div.setAttribute('style', 'border: solid');div.style.borderTopWidth is 'medium'
|
| +PASS div.style.borderRightWidth is 'medium'
|
| +PASS div.style.borderBottomWidth is 'medium'
|
| +PASS div.style.borderLeftWidth is 'medium'
|
| PASS successfullyParsed is true
|
|
|
| TEST COMPLETE
|
|
|