| Index: LayoutTests/fast/dom/shadow/ancestor-pseudo-class-expected.txt
|
| diff --git a/LayoutTests/fast/dom/shadow/ancestor-pseudo-class-expected.txt b/LayoutTests/fast/dom/shadow/ancestor-pseudo-class-expected.txt
|
| index f74b736514dae9b34768835386e477a16f20d692..c8bd5a79cfc9ca867516f416de05eb7346cb1b2b 100644
|
| --- a/LayoutTests/fast/dom/shadow/ancestor-pseudo-class-expected.txt
|
| +++ b/LayoutTests/fast/dom/shadow/ancestor-pseudo-class-expected.txt
|
| @@ -6,7 +6,7 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
|
| :ancestor out of shadow tree should not match any shadow hosts.
|
| PASS backgroundColorOf('host') is "rgba(0, 0, 0, 0)"
|
| :ancestor with * should not match any shadow hosts.
|
| -PASS backgroundColorOf('host') is "rgb(0, 128, 0)"
|
| +PASS backgroundColorOf('host') is "rgba(0, 0, 0, 0)"
|
| :ancestor with tag selector should not match any shadow hosts.
|
| PASS backgroundColorOf('host') is "rgba(0, 0, 0, 0)"
|
| :ancestor with class selector should not match any shadow hosts.
|
|
|