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

Side by Side Diff: LayoutTests/svg/css/svg-resource-fragment-identifier-background-srcset.html

Issue 1314793010: Support fragment URLs for all kinds of SVG images (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase Created 5 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
OLDNEW
(Empty)
1 <script>
2 window.targetScaleFactor = 2;
3 </script>
4 <script src="../../fast/hidpi/resources/srcset-helper.js"></script>
5 <style>
6 div {
7 width: 100px;
8 height: 100px;
9 }
10 </style>
11 <div style="background: -webkit-image-set(url(resources/fragment-identifiers.svg #red) 1x,
12 url(resources/fragment-identifiers.svg #green) 2x);">
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698