Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / as-image / zero-size-buffered-image-nopaint.html
blobe05d60bc57eb35f5b241cb63263536d7325e751b
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. -->
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-rendering="static" xlink:href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100'><rect x='10%' y='10%' width='80%' height='80%' fill='red' /></svg>"/>
5 </image>
6 </svg>