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

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

Issue 210953003: Make style independent of the presence of the <shadow> element. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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/resolver/ScopedStyleTree.cpp » ('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 96ee0efe817e71143a273401dd927589bef4a06f..fb89e70963e21d7bc79e3d9d8023f9ddab65e724 100644
--- a/LayoutTests/fast/dom/shadow/style-with-hat-expected.txt
+++ b/LayoutTests/fast/dom/shadow/style-with-hat-expected.txt
@@ -17,7 +17,7 @@ PASS borderColorOf(getNodeInTreeOfTrees("host/target")) is "rgb(0, 0, 0)"
PASS borderColorOf(getNodeInTreeOfTrees("host/host2/target")) is "rgb(0, 0, 0)"
PASS borderColorOf(getNodeInTreeOfTrees("host/host2/target")) is "rgb(0, 128, 0)"
PASS borderColorOf(getNodeInTreeOfTrees("host/host2/target")) is "rgb(0, 0, 0)"
-PASS borderColorOf(getNodeInTreeOfTrees("host//host2/target")) is not "rgb(255, 0, 0)"
+PASS borderColorOf(getNodeInTreeOfTrees("host//host2/target")) is "rgb(0, 128, 0)"
PASS successfullyParsed is true
TEST COMPLETE
« no previous file with comments | « LayoutTests/fast/dom/shadow/style-with-hat.html ('k') | Source/core/css/resolver/ScopedStyleTree.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698