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

Unified Diff: LayoutTests/fast/dom/shadow/style-and-shadow-element-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
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
+
« no previous file with comments | « LayoutTests/fast/dom/shadow/style-and-shadow-element.html ('k') | LayoutTests/fast/dom/shadow/style-with-cat.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698