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

Unified Diff: third_party/WebKit/LayoutTests/svg/custom/use-nested-sibling-symbols.html

Issue 1734983004: After expanding <symbol> in <use>, expand its siblings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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 | « no previous file | third_party/WebKit/LayoutTests/svg/custom/use-nested-sibling-symbols-expected.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/svg/custom/use-nested-sibling-symbols.html
diff --git a/third_party/WebKit/LayoutTests/svg/custom/use-nested-sibling-symbols.html b/third_party/WebKit/LayoutTests/svg/custom/use-nested-sibling-symbols.html
new file mode 100644
index 0000000000000000000000000000000000000000..27ed93e5842531b78658ee348a694d4defb9a0ab
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/svg/custom/use-nested-sibling-symbols.html
@@ -0,0 +1,13 @@
+<!DOCTYPE html>
+<svg>
+ <defs>
+ <g id="outer">
+ <symbol id="sym">
+ <rect width="50" height="100" fill="green"/>
+ </symbol>
+ <use xlink:href="#sym"/>
+ <use xlink:href="#sym" x="50"/>
+ </g>
+ </defs>
+ <use xlink:href="#outer"/>
+</svg>
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/svg/custom/use-nested-sibling-symbols-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698