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

Side by Side Diff: third_party/WebKit/LayoutTests/svg/custom/use-nested-symbol-viewport.html

Issue 2298783002: Resolve percentage in <use> against the instance's viewport element (Closed)
Patch Set: Created 4 years, 3 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 unified diff | Download patch
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/svg/custom/use-nested-symbol-viewport-expected.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <svg width="200" height="100">
3 <rect width="100" height="100" fill="red"/>
4 <symbol id="inner">
5 <rect width="100" height="100"/>
6 </symbol>
7 <symbol id="outer">
8 <rect x="50%" width="100" height="100" fill="red"/>
9 <use xlink:href="#inner" x="50%" fill="green"/>
10 </symbol>
11 <use xlink:href="#outer" transform="translate(-100, 0)"/>
12 </svg>
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/svg/custom/use-nested-symbol-viewport-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698