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 |
new file mode 100644 |
index 0000000000000000000000000000000000000000..eb2fb54ebbb591d0c0560209d7c46aa7cc532e81 |
--- /dev/null |
+++ b/LayoutTests/fast/dom/shadow/style-and-shadow-element-expected.txt |
@@ -0,0 +1,13 @@ |
+Test for http://crbug.com/35340: Style should not be conditioned by the presence of the shadow element. |
+ |
+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 successfullyParsed is true |
+ |
+TEST COMPLETE |
+ |