Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / W3C-SVG-1.1 / interact-zoom-01-t.svg
blobcf79e97e2cc7cacbe7289416189c19180625c81b
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1 Tiny//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11-tiny.dtd">
3 <svg version="1.1" baseProfile="tiny" id="svg-root" width="100%" height="100%" viewBox="0 0 80 60"
4 zoomAndPan="magnify" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
5 <!--======================================================================-->
6 <!--= Copyright 2000 World Wide Web Consortium, (Massachusetts =-->
7 <!--= Institute of Technology, Institut National de Recherche en =-->
8 <!--= Informatique et en Automatique, Keio University). All Rights =-->
9 <!--= Reserved. See http://www.w3.org/Consortium/Legal/. =-->
10 <!--======================================================================-->
11 <!-- NOTE: CVS will automatically update the -->
12 <!-- "$RCSfile: interact-zoom-01-t.svg,v $" and "$Revision: 1.6 $" -->
13 <!-- fields in the file. -->
14 <!-- There is no need to update this information. -->
15 <!-- =====================================================================-->
16 <SVGTestCase xmlns="http://www.w3.org/2000/02/svg/testsuite/description/" reviewer="[reviewer]" owner="CL" desc="Check that zooming and panning is supported" status="created" version="$Revision: 1.6 $" testname="$RCSfile: interact-zoom-01-t.svg,v $">
17 <OperatorScript>
18 <Paragraph>
19 Verify correct handling by Dynamic (interactive) viewers for the
20 "zoomAndPan" attribute on the 'svg' element. This is the first of three
21 tests, and tests the default value.
22 </Paragraph>
23 <Paragraph>
24 The test consists of a set of black circles with a blue stroke. </Paragraph>
25 <Paragraph>
26 After the initial picture is displayed, the user should attempt to use
27 the magnify controls that are required on conforming Dynamic SVG
28 viewers. The correct behaviour is that magnification and panning works
29 correctly, as required by a conformant viewer..
30 </Paragraph>
31 <Paragraph>
32 The rendered picture should match the reference image, except for
33 possible variations in the labelling text (per CSS2 rules).
34 </Paragraph>
35 </OperatorScript>
36 </SVGTestCase>
37 <title id="test-title">$RCSfile: interact-zoom-01-t.svg,v $</title>
38 <!--======================================================================-->
39 <!--Content of Test Case follows... =====================-->
40 <!--======================================================================-->
41 <g id="test-body-content">
42 <g font-size="6">
43 <text x="5" y="7" fill="black" font-family="Arial">Test default value of </text>
44 <text x="5" y="14" fill="black" font-family="Arial">zoomAndPan attribute.</text>
45 <g fill="black" stroke="blue" stroke-width="1">
46 <circle cx="20" cy="32" r="10"/>
47 <circle cx="30" cy="32" r="10"/>
48 <circle cx="60" cy="32" r="10"/>
49 <circle cx="50" cy="32" r="10"/>
50 <circle cx="40" cy="32" r="10"/>
51 </g>
52 </g>
53 </g>
54 <text id="revision" x="10" y="340" font-size="40" stroke="none" fill="black">$Revision: 1.6 $</text>
55 <rect id="test-frame" x="1" y="1" width="478" height="358" fill="none" stroke="#000"/>
56 </svg>