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

Side by Side Diff: LayoutTests/svg/as-image/zero-size-buffered-image-nopaint.html

Issue 140783011: Merge 164536 "Avoid drawing SVG image content when the image is ..." (Closed) Base URL: svn://svn.chromium.org/blink/branches/chromium/1700/
Patch Set: Created 6 years, 11 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | LayoutTests/svg/as-image/zero-size-buffered-image-nopaint-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
1 <svg xmlns="http://www.w3.org/2000/svg" width="400" height="400"> 1 <svg xmlns="http://www.w3.org/2000/svg" width="400" height="400">
2 <!-- This content should not assert or crash in Debug or Asan builds. --> 2 <!-- This content should not assert or crash in Debug or Asan builds. -->
3 <!-- It renders to an empty image due to the zero width. --> 3 <!-- It renders to an empty image due to the zero width. -->
4 <image transform="skewX(30)" x="0" y="240" width="0" height="100" buffered-r endering="static" xlink:href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2 000/svg' width='100' height='100'><rect x='10%' y='10%' width='80%' height='80%' fill='red' /></svg>"/> 4 <image transform="skewX(30)" x="0" y="240" width="0" height="100" buffered-r endering="static" xlink:href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2 000/svg' width='100' height='100'><rect x='10%' y='10%' width='80%' height='80%' fill='red' /></svg>"/>
5 </image> 5 </image>
6 </svg> 6 </svg>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/svg/as-image/zero-size-buffered-image-nopaint-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698