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

Unified Diff: LayoutTests/svg/dom/nested-use-in-shadow-tree-expected.html

Issue 216463003: Allow <use> inside author shadow roots (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Remove loop in isInUserAgentShadowTree, add a title test 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
« no previous file with comments | « LayoutTests/svg/dom/nested-use-in-shadow-tree.html ('k') | LayoutTests/svg/dom/title-in-shadow-tree.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/svg/dom/nested-use-in-shadow-tree-expected.html
diff --git a/LayoutTests/svg/dom/nested-use-in-shadow-tree-expected.html b/LayoutTests/svg/dom/nested-use-in-shadow-tree-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..5f760366b9e3ca6fac67768aa2f1063a4752cd71
--- /dev/null
+++ b/LayoutTests/svg/dom/nested-use-in-shadow-tree-expected.html
@@ -0,0 +1,4 @@
+<!DOCTYPE HTML>
+<svg width="100" height="100">
+ <rect width="100" height="100" fill="green" />
+</svg>
« no previous file with comments | « LayoutTests/svg/dom/nested-use-in-shadow-tree.html ('k') | LayoutTests/svg/dom/title-in-shadow-tree.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698