| Index: third_party/WebKit/LayoutTests/fast/dom/shadow/content-pseudo-element-overridden-2.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/dom/shadow/content-pseudo-element-overridden-2.html b/third_party/WebKit/LayoutTests/fast/dom/shadow/content-pseudo-element-overridden-2.html
|
| index 57a1b3da5cb44ee2c0d6f30328057f551239aa8d..18ca2deca363f8a803ef1abf9df9c21e437ee73f 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/dom/shadow/content-pseudo-element-overridden-2.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/dom/shadow/content-pseudo-element-overridden-2.html
|
| @@ -24,7 +24,7 @@ sandbox.appendChild(
|
| document.createTextNode(':host { color: red; }')),
|
| createDOM('span', {},
|
| document.createTextNode('Hello'))))));
|
| -shouldBe('window.getComputedStyle(getNodeInTreeOfTrees("hostChild")).color', '"rgb(0, 128, 0)"');
|
| +shouldBe('window.getComputedStyle(getNodeInComposedTree("hostChild")).color', '"rgb(0, 128, 0)"');
|
| sandbox.innerHTML = '';
|
|
|
| </script>
|
|
|