| Index: LayoutTests/fast/dom/shadow/ancestor-pseudo-class.html
|
| diff --git a/LayoutTests/fast/dom/shadow/ancestor-pseudo-class.html b/LayoutTests/fast/dom/shadow/ancestor-pseudo-class.html
|
| index 481217f0e32a42b6ee50d27c3785bbfcf72b6c58..93d6e570c6b91123b8ad3f44f5caddfa8c7f25b2 100644
|
| --- a/LayoutTests/fast/dom/shadow/ancestor-pseudo-class.html
|
| +++ b/LayoutTests/fast/dom/shadow/ancestor-pseudo-class.html
|
| @@ -53,7 +53,7 @@ sandbox.appendChild(
|
| createDOM('div', {},
|
| document.createTextNode('Hello')))));
|
|
|
| -backgroundColorShouldBe('host', 'rgb(0, 128, 0)');
|
| +backgroundColorShouldBe('host', 'rgba(0, 0, 0, 0)');
|
|
|
| cleanUp();
|
|
|
|
|