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 |