Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / custom / crisp-edges-leak.svg
blob5a40d5e1d652f1514bb82d9cbb62b4bea9100648
1 <?xml version="1.0" encoding="UTF-8"?>
2 <svg xmlns="http://www.w3.org/2000/svg" width="200" height="100">
3 <!-- http://crbug.com/457795 - the shape-rendering attr on the first
4 shape should not affect the rendering of the second. -->
5 <circle cx="50" cy="50" r="45" fill="green" shape-rendering="crispEdges"/>
6 <circle cx="150" cy="50" r="45" fill="green"/>
7 </svg>