| Index: third_party/WebKit/LayoutTests/fast/dom/shadow/shadow-pseudo-element.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/dom/shadow/shadow-pseudo-element.html b/third_party/WebKit/LayoutTests/fast/dom/shadow/shadow-pseudo-element.html
|
| index 9bd992950cea2bd81c72d0f7b6db7047f952e94c..c2db5598df48a2b225873dab9aed32c929fed4c4 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/dom/shadow/shadow-pseudo-element.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/dom/shadow/shadow-pseudo-element.html
|
| @@ -12,13 +12,13 @@ function colorOf(node)
|
|
|
| function colorShouldBe(selector, color)
|
| {
|
| - var text = 'colorOf(getNodeInTreeOfTrees("' + selector + '"))';
|
| + var text = 'colorOf(getNodeInComposedTree("' + selector + '"))';
|
| shouldBeEqualToString(text, color);
|
| }
|
|
|
| function colorShouldNotBe(selector, color)
|
| {
|
| - var text = 'colorOf(getNodeInTreeOfTrees("' + selector + '"))';
|
| + var text = 'colorOf(getNodeInComposedTree("' + selector + '"))';
|
| var unevaledString = '"' + color.replace(/\\/g, "\\\\").replace(/"/g, "\"") + '"';
|
| shouldNotBe(text, unevaledString);
|
| }
|
|
|