| Index: third_party/WebKit/LayoutTests/fast/dom/css-shorthand-common-value.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/dom/css-shorthand-common-value.html b/third_party/WebKit/LayoutTests/fast/dom/css-shorthand-common-value.html
|
| index 51e82f925f4720cc687d25ea0b132750ba33b8db..87a39b10529578b46290d019c87c8aba1afe6dab 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/dom/css-shorthand-common-value.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/dom/css-shorthand-common-value.html
|
| @@ -13,7 +13,7 @@
|
| if (window.testRunner)
|
| testRunner.dumpAsText();
|
| var sheet = document.querySelector('style').sheet;
|
| - var expected = 'solid red';
|
| + var expected = '';
|
| var actual = sheet.cssRules[0].style.getPropertyValue('border');
|
|
|
| if (expected == actual)
|
|
|