| Index: third_party/WebKit/LayoutTests/fast/dom/shadow/cascade-of-treeboundary-crossing-rules-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/dom/shadow/cascade-of-treeboundary-crossing-rules-expected.txt b/third_party/WebKit/LayoutTests/fast/dom/shadow/cascade-of-treeboundary-crossing-rules-expected.txt
|
| index 37b65d8e9d10474ce735e9c1016e998b8fcf81ec..94f3bbf04504dacba75e228a6e5f166d607a885c 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/dom/shadow/cascade-of-treeboundary-crossing-rules-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/dom/shadow/cascade-of-treeboundary-crossing-rules-expected.txt
|
| @@ -4,10 +4,10 @@ Test for casacde of treeboundary crossing rules.
|
| On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
|
|
|
|
| -PASS borderColorOf(getNodeInTreeOfTrees("target")) is "rgb(0, 128, 0)"
|
| -PASS borderColorOf(getNodeInTreeOfTrees("host/host2/target")) is "rgb(0, 128, 0)"
|
| -PASS borderColorOf(getNodeInTreeOfTrees("host/target")) is "rgb(0, 128, 0)"
|
| -PASS borderColorOf(getNodeInTreeOfTrees("host/target")) is "rgb(0, 128, 0)"
|
| +PASS borderColorOf(getNodeInComposedTree("target")) is "rgb(0, 128, 0)"
|
| +PASS borderColorOf(getNodeInComposedTree("host/host2/target")) is "rgb(0, 128, 0)"
|
| +PASS borderColorOf(getNodeInComposedTree("host/target")) is "rgb(0, 128, 0)"
|
| +PASS borderColorOf(getNodeInComposedTree("host/target")) is "rgb(0, 128, 0)"
|
| PASS successfullyParsed is true
|
|
|
| TEST COMPLETE
|
|
|