Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / custom / image-small-width-height.svg
blobaa0af0a6177d1529ca6e0377c0bfbb68e8403a51
1 <?xml version="1.0" standalone="no"?>
2 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
4 <svg
5 xmlns="http://www.w3.org/2000/svg"
6 xmlns:xlink="http://www.w3.org/1999/xlink"
7 viewBox="0 0 300 300"
9 <g transform="translate(10,10)">
10 <rect
11 x="0" y="0" width="100" height="100"
12 style="fill:blue;stroke-width:1;stroke:black;"
14 <image
15 x="0"
16 y="0"
17 width="100"
18 height="100"
19 xlink:href="resources/green-checker.png"
21 </g>
22 <g transform="matrix(200 0 0 200 190 10)">
23 <rect
24 x="0" y="0" width=".5" height=".5"
25 style="fill:blue;stroke-width:0.005;stroke:black;"
27 <image
28 x="0"
29 y="0"
30 width=".5"
31 height=".5"
32 xlink:href="resources/green-checker.png"
34 </g>
35 <g
36 transform="matrix(1 0 0 1 10 120)"
38 <text font-family="'Courier'" font-size="9">
39 <tspan x="0" y="0">For this test case to be successful, both</tspan>
40 <tspan x="0" y="15">square must include the same image. In Safari </tspan>
41 <tspan x="0" y="30">Beta 3, an <![CDATA[<image>]]> tag with width</tspan>
42 <tspan x="0" y="45">or height less than one fails to paint image.</tspan>
43 <tspan x="0" y="60">The <![CDATA[<image>]]> tag on the right has</tspan>
44 <tspan x="0" y="75">a width and height of 0.5.</tspan>
45 <tspan x="0" y="90">Bug 14241</tspan>
46 </text>
47 </g>
48 </svg>