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

Side by Side Diff: third_party/WebKit/LayoutTests/svg/custom/anchor-on-use-expected.svg

Issue 2445413003: [Blink] Display images on a dark background (Closed)
Patch Set: Rebase Created 4 years, 1 month 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
1 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlin k"> 1 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlin k">
2 <rect x="0" y="0" width="800" height="600" fill="#0e0e0e" />
2 <image x="149" y="95" width="503" height="410" xlink:href="resources/green-c hecker.png"/> 3 <image x="149" y="95" width="503" height="410" xlink:href="resources/green-c hecker.png"/>
3 </svg> 4 </svg>
4 5
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698