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

Unified Diff: LayoutTests/fast/dom/shadow/style-and-shadow-element-expected.txt

Issue 1187053004: Move backgroundColorOf/backgroundColorShouldBe to shadow-dom.js (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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-and-shadow-element.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/dom/shadow/style-and-shadow-element-expected.txt
diff --git a/LayoutTests/fast/dom/shadow/style-and-shadow-element-expected.txt b/LayoutTests/fast/dom/shadow/style-and-shadow-element-expected.txt
index dd1d82255e05cf83cf6d2b892e293b0900891a51..5ca7250edc4249d9a705bc566921e79e34bdc838 100644
--- a/LayoutTests/fast/dom/shadow/style-and-shadow-element-expected.txt
+++ b/LayoutTests/fast/dom/shadow/style-and-shadow-element-expected.txt
@@ -6,10 +6,10 @@ Test for http://crbug.com/35340: Style should not be conditioned by the presence
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-PASS backgroundColorOf(getNodeInTreeOfTrees("host//target")) is "rgb(0, 128, 0)"
-PASS backgroundColorOf(getNodeInTreeOfTrees("host//target")) is "rgb(0, 128, 0)"
-PASS backgroundColorOf(getNodeInTreeOfTrees("host//target")) is not "rgb(0, 128, 0)"
-PASS backgroundColorOf(getNodeInTreeOfTrees("host")) is "rgb(0, 128, 0)"
+PASS backgroundColorOf('host//target') is "rgb(0, 128, 0)"
+PASS backgroundColorOf('host//target') is "rgb(0, 128, 0)"
+PASS backgroundColorOf('host//target') is not "rgb(0, 128, 0)"
+PASS backgroundColorOf('host') is "rgb(0, 128, 0)"
PASS successfullyParsed is true
TEST COMPLETE
« no previous file with comments | « LayoutTests/fast/dom/shadow/style-and-shadow-element.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698