| Index: LayoutTests/fast/dom/shadow/content-combinator-dynamic-attribute-change-expected.txt
|
| diff --git a/LayoutTests/fast/dom/shadow/content-combinator-dynamic-attribute-change-expected.txt b/LayoutTests/fast/dom/shadow/content-combinator-dynamic-attribute-change-expected.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..603179c8ffc73f365d9746390b024c5ffdbb41fa
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/dom/shadow/content-combinator-dynamic-attribute-change-expected.txt
|
| @@ -0,0 +1,6 @@
|
| +PASS window.getComputedStyle(document.querySelector("#host > #child")).color is not "rgb(0, 128, 0)"
|
| +PASS window.getComputedStyle(document.querySelector("#host > #child")).color is "rgb(0, 128, 0)"
|
| +PASS successfullyParsed is true
|
| +
|
| +TEST COMPLETE
|
| +
|
|
|