| Index: LayoutTests/fast/dom/shadow/content-combinator-scoped-expected.txt
|
| diff --git a/LayoutTests/fast/dom/shadow/content-combinator-scoped-expected.txt b/LayoutTests/fast/dom/shadow/content-combinator-scoped-expected.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..d5f80aa4a4694b3d7dfbbcfb52714a0d8033ff15
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/dom/shadow/content-combinator-scoped-expected.txt
|
| @@ -0,0 +1,6 @@
|
| +PASS colorOf(document.querySelector("#host > div#host-child1")) is not "rgb(0, 128, 0)"
|
| +PASS colorOf(document.querySelector("#host > div#host-child2")) is "rgb(0, 128, 0)"
|
| +PASS successfullyParsed is true
|
| +
|
| +TEST COMPLETE
|
| +
|
|
|