| Index: third_party/WebKit/LayoutTests/fast/dom/shadow/style-with-shadow-pseudo-element.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/dom/shadow/style-with-shadow-pseudo-element.html b/third_party/WebKit/LayoutTests/fast/dom/shadow/style-with-shadow-pseudo-element.html
|
| index 4929735630d49b3bdeb5c5352812c64f64270bfc..8a3cc3e4f803eb55fde72be945dd7b91995f14c1 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/dom/shadow/style-with-shadow-pseudo-element.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/dom/shadow/style-with-shadow-pseudo-element.html
|
| @@ -121,7 +121,6 @@ sandbox.appendChild(
|
| createDOM('span', {'id': 'target'},
|
| document.createTextNode('green border, because of ::shadow.'))))));
|
|
|
| -// Need to clarify the spec, i.e. using specificity? Currently rgb(255,0,0).
|
| borderColorShouldBe('host/target', 'rgb(255, 0, 0)');
|
|
|
| cleanUp();
|
|
|