| Index: third_party/WebKit/LayoutTests/fast/dom/shadow/shadow-tree-styles-select-host.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/dom/shadow/shadow-tree-styles-select-host.html b/third_party/WebKit/LayoutTests/fast/dom/shadow/shadow-tree-styles-select-host.html
|
| index c71bac76e1d95f6c43ae0e327d1a7fb830890b0e..18377e7ce0f412ae2297f1cee8b64ce34fb1e56e 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/dom/shadow/shadow-tree-styles-select-host.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/dom/shadow/shadow-tree-styles-select-host.html
|
| @@ -14,7 +14,7 @@ description('Test for issue 247275: shadow tree styles selects shadow host.');
|
| var sandbox = document.getElementById('sandbox');
|
|
|
| function borderColorOf(selector) {
|
| - return window.getComputedStyle(getNodeInTreeOfTrees(selector)).borderColor;
|
| + return window.getComputedStyle(getNodeInComposedTree(selector)).borderColor;
|
| }
|
|
|
| function shouldHaveBorderColor(selector, color) {
|
|
|