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

Unified Diff: LayoutTests/fast/dom/shadow/cascade-of-treeboundary-crossing-rules-expected.txt

Issue 1298173004: Implement proposed shadow tree cascade order. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fixed expected results and added another TODO. Created 5 years, 4 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/cascade-of-treeboundary-crossing-rules-expected.txt
diff --git a/LayoutTests/fast/dom/shadow/cascade-of-treeboundary-crossing-rules-expected.txt b/LayoutTests/fast/dom/shadow/cascade-of-treeboundary-crossing-rules-expected.txt
index c32633a469dc72cb6608a1a83b94f7ae0c2cf5a9..37b65d8e9d10474ce735e9c1016e998b8fcf81ec 100644
--- a/LayoutTests/fast/dom/shadow/cascade-of-treeboundary-crossing-rules-expected.txt
+++ b/LayoutTests/fast/dom/shadow/cascade-of-treeboundary-crossing-rules-expected.txt
@@ -7,6 +7,7 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
PASS borderColorOf(getNodeInTreeOfTrees("target")) is "rgb(0, 128, 0)"
PASS borderColorOf(getNodeInTreeOfTrees("host/host2/target")) is "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 successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698