| Index: LayoutTests/fast/dom/shadow/content-combinator-expected.txt
|
| diff --git a/LayoutTests/fast/dom/shadow/content-combinator-expected.txt b/LayoutTests/fast/dom/shadow/content-combinator-expected.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..685b58cdac345f4c21db5ccc0c90c6e4dce51274
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/dom/shadow/content-combinator-expected.txt
|
| @@ -0,0 +1,23 @@
|
| +PASS colorOf("#host > div") is "rgb(0, 128, 0)"
|
| +PASS colorOf("#host > div") is "rgb(0, 128, 0)"
|
| +PASS colorOfNodeInTreeOfTrees("host/p-in-shadow") is "rgb(0, 128, 0)"
|
| +PASS colorOf("#host > p") is not "rgb(0, 128, 0)"
|
| +PASS colorOf("#host > div.hello > div") is "rgb(0, 128, 0)"
|
| +PASS colorOf("#host > div:not(.hello) > div") is not "rgb(0, 128, 0)"
|
| +PASS colorOf("#host > div.foo") is "rgb(0, 128, 0)"
|
| +PASS colorOf("#host > div.hello#first-child") is "rgb(0, 128, 0)"
|
| +PASS colorOf("#host > div.hello#last-child") is "rgb(0, 128, 0)"
|
| +PASS colorOf("#host > p > div") is not "rgb(255, 0, 0)"
|
| +PASS colorOfNodeInTreeOfTrees("host/target") is "rgb(0, 128, 0)"
|
| +PASS colorOf("#host > div") is "rgb(0, 128, 0)"
|
| +PASS colorOfNodeInTreeOfTrees("host/div-in-shadow") is not "rgb(0, 128, 0)"
|
| +PASS colorOf("#host > div") is "rgb(0, 128, 0)"
|
| +PASS colorOfNodeInTreeOfTrees("host/div-in-shadow") is not "rgb(0, 128, 0)"
|
| +PASS colorOf("#host > div") is "rgb(0, 128, 0)"
|
| +PASS colorOfNodeInTreeOfTrees("host/div-in-shadow") is not "rgb(0, 128, 0)"
|
| +PASS colorOfNodeInTreeOfTrees("hostChild") is "rgb(0, 128, 0)"
|
| +PASS colorOf(".contentClass") is "rgb(0, 128, 0)"
|
| +PASS successfullyParsed is true
|
| +
|
| +TEST COMPLETE
|
| +
|
|
|