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

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

Issue 205563004: Revert of Implement /content/ combinator. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fixed patch conflict 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
deleted file mode 100644
index 685b58cdac345f4c21db5ccc0c90c6e4dce51274..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/dom/shadow/content-combinator-expected.txt
+++ /dev/null
@@ -1,23 +0,0 @@
-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