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

Side by Side Diff: LayoutTests/svg/css/resources/fragment-identifiers.svg

Issue 180973005: Respect SVG fragment identifiers in <img> src attribute (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: fix ref image Created 6 years, 7 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
OLDNEW
(Empty)
1 <svg xmlns="http://www.w3.org/2000/svg">
2 <style type="text/css">
3 rect { display: none }
4 rect:target { display: inline }
5 </style>
6 <rect id="red" width="100%" height="100%" fill="red" />
7 <rect id="green" width="100%" height="100%" fill="green" />
8 <rect id="blue" width="100%" height="100%" fill="blue" />
9 </svg>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698