Chromium Code Reviews| 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 bd934aa2ff748565602c0d01a3e5af19948b69cf..f74b736514dae9b34768835386e477a16f20d692 100644 |
| --- a/LayoutTests/fast/dom/shadow/ancestor-pseudo-class-expected.txt |
| +++ b/LayoutTests/fast/dom/shadow/ancestor-pseudo-class-expected.txt |
| @@ -32,9 +32,9 @@ PASS backgroundColorOf('host/targetB') is "rgb(0, 128, 0)" |
| PASS backgroundColorOf('host/targetC') is "rgb(0, 128, 0)" |
| :ancestor is updated when its matched ancestor changes className or id. |
| PASS backgroundColorOf('host') is "rgb(0, 128, 0)" |
| -FAIL backgroundColorOf('host') should be rgba(0, 0, 0, 0). Was rgb(0, 128, 0). |
| +PASS backgroundColorOf('host') is "rgba(0, 0, 0, 0)" |
|
chrishtr
2014/01/23 00:12:38
I pinged tasak@ about this, crrev.com/138023007
|
| PASS backgroundColorOf('host') is "rgb(0, 128, 0)" |
| -FAIL backgroundColorOf('host') should be rgba(0, 0, 0, 0). Was rgb(0, 128, 0). |
| +PASS backgroundColorOf('host') is "rgba(0, 0, 0, 0)" |
| Compare :ancestor with :ancestor. |
| PASS backgroundColorOf('host') is "rgb(0, 128, 0)" |
| PASS backgroundColorOf('host') is "rgb(255, 0, 0)" |