| Index: LayoutTests/fast/dom/shadow/style-with-cat-expected.txt
|
| diff --git a/LayoutTests/fast/dom/shadow/style-with-cat-expected.txt b/LayoutTests/fast/dom/shadow/style-with-cat-expected.txt
|
| index cac30ce3309cacc086669a7d04fd9326bd97fc0a..830e37802b29071c1c7ee7f7021cbb50603e3dfc 100644
|
| --- a/LayoutTests/fast/dom/shadow/style-with-cat-expected.txt
|
| +++ b/LayoutTests/fast/dom/shadow/style-with-cat-expected.txt
|
| @@ -25,7 +25,7 @@ PASS borderColorOf(getNodeInTreeOfTrees("host/host2/host3/target")) is "rgb(0, 0
|
| PASS borderColorOf(getNodeInTreeOfTrees("host//host2/target")) is "rgb(0, 128, 0)"
|
| PASS borderColorOf(getNodeInTreeOfTrees("child")) is not "rgb(255, 0, 0)"
|
| PASS borderColorOf(getNodeInTreeOfTrees("inner/target")) is not "rgb(255, 0, 0)"
|
| -PASS borderColorOf(getNodeInTreeOfTrees("host//target")) is not "rgb(255, 0, 0)"
|
| +PASS borderColorOf(getNodeInTreeOfTrees("host//target")) is "rgb(0, 128, 0)"
|
| PASS successfullyParsed is true
|
|
|
| TEST COMPLETE
|
|
|