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

Unified Diff: LayoutTests/fast/dom/shadow/style-with-hat-expected.txt

Issue 210713002: Implement ::shadow pseudo element and replace /shadow/ with ::shadow. (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
« no previous file with comments | « LayoutTests/fast/dom/shadow/style-with-hat.html ('k') | Source/core/css/CSSGrammar.y » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/dom/shadow/style-with-hat-expected.txt
diff --git a/LayoutTests/fast/dom/shadow/style-with-hat-expected.txt b/LayoutTests/fast/dom/shadow/style-with-hat-expected.txt
index fb89e70963e21d7bc79e3d9d8023f9ddab65e724..5b8a14b4c53018d42d8a994302eac177d37153b7 100644
--- a/LayoutTests/fast/dom/shadow/style-with-hat-expected.txt
+++ b/LayoutTests/fast/dom/shadow/style-with-hat-expected.txt
@@ -1,8 +1,16 @@
-Test for /shadow/ combinator, http://crbug.com/309504.
+Test for ::shadow, http://crbug.com/309504.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+PASS borderColorOf(getNodeInTreeOfTrees("host/top-div")) is "rgb(0, 128, 0)"
+PASS borderColorOf(getNodeInTreeOfTrees("host/top-span")) is not "rgb(0, 128, 0)"
+PASS borderColorOf(getNodeInTreeOfTrees("host/not-top-div")) is not "rgb(0, 128, 0)"
+PASS borderColorOf(getNodeInTreeOfTrees("host/not-top-span")) is not "rgb(0, 128, 0)"
+PASS borderColorOf(getNodeInTreeOfTrees("host/span1")) is not "rgb(0, 128, 0)"
+PASS borderColorOf(getNodeInTreeOfTrees("host/host1/span2")) is not "rgb(0, 128, 0)"
+PASS borderColorOf(getNodeInTreeOfTrees("host/host1/host2/span3")) is "rgb(0, 128, 0)"
+PASS borderColorOf(getNodeInTreeOfTrees("host/host1/host2/host3/span4")) is not "rgb(0, 128, 0)"
PASS borderColorOf(getNodeInTreeOfTrees("host/target")) is "rgb(0, 128, 0)"
PASS borderColorOf(getNodeInTreeOfTrees("host/target")) is "rgb(0, 128, 0)"
PASS borderColorOf(getNodeInTreeOfTrees("host/target")) is "rgb(255, 0, 0)"
« no previous file with comments | « LayoutTests/fast/dom/shadow/style-with-hat.html ('k') | Source/core/css/CSSGrammar.y » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698