Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2)

Unified Diff: LayoutTests/fast/dom/shadow/content-combinator-expected.txt

Issue 187353003: Implement /content/ combinator. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Patch for landing Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
+

Powered by Google App Engine
This is Rietveld 408576698