Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / W3C-SVG-1.1-SE / painting-marker-07-f.svg
blob5af822b86aa300c6a4af9cb7c8f4c939fa736110
1 <svg id="svg-root" width="100%" height="100%" viewBox="0 0 480 360" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
2 <!--======================================================================-->
3 <!--= SVG 1.1 2nd Edition Test Case =-->
4 <!--======================================================================-->
5 <!--= Copyright 2008 World Wide Web Consortium, (Massachusetts =-->
6 <!--= Institute of Technology, European Research Consortium for =-->
7 <!--= Informatics and Mathematics (ERCIM), Keio University). =-->
8 <!--= All Rights Reserved. =-->
9 <!--= See http://www.w3.org/Consortium/Legal/. =-->
10 <!--======================================================================-->
11 <d:SVGTestCase xmlns:d="http://www.w3.org/2000/02/svg/testsuite/description/" template-version="1.4" reviewer="CL" author="Microsoft" status="accepted" version="$Revision: 1.3 $" testname="$RCSfile: painting-marker-07-f.svg,v $">
12 <d:testDescription xmlns="http://www.w3.org/1999/xhtml" href="http://www.w3.org/TR/SVG11/painting.html#Markers">
13 <p>
14 A 'marker' element with 'display' set to 'none' on that
15 element or any ancestor is rendered when referenced by another element.
16 </p>
17 </d:testDescription>
18 <d:operatorScript xmlns="http://www.w3.org/1999/xhtml">
19 <p>
20 Run the test. No interaction required
21 </p>
22 </d:operatorScript>
23 <d:passCriteria xmlns="http://www.w3.org/1999/xhtml">
24 <p>
25 Test passes if there are two green triangles visible on the page.
26 </p>
27 </d:passCriteria>
28 </d:SVGTestCase>
29 <title id="test-title">$RCSfile: painting-marker-07-f.svg,v $</title>
30 <defs>
31 <font-face
32 font-family="SVGFreeSansASCII"
33 unicode-range="U+0-7F">
34 <font-face-src>
35 <font-face-uri xlink:href="../custom/resources/SVGFreeSans.svg#ascii"/>
36 </font-face-src>
37 </font-face>
38 </defs>
39 <g id="test-body-content" font-family="SVGFreeSansASCII,sans-serif" font-size="18">
40 <defs>
41 <marker id="testMarker" markerWidth="100" markerHeight="100" display="none">
42 <path d="M 0 0 L 200 200 L 0 150 z" fill="green" />
43 </marker>
44 <g display="none">
45 <marker id="testMarker2" markerWidth="100" markerHeight="100">
46 <path d="M 0 0 L 200 200 L 0 150 z" fill="green" />
47 </marker>
48 </g>
49 </defs>
50 <path d="M 0 0 L 25 25" marker-end="url(#testMarker)" />
51 <path d="M 100 0 L 125 25" marker-end="url(#testMarker2)" />
52 </g>
53 <g font-family="SVGFreeSansASCII,sans-serif" font-size="32">
54 <text id="revision" x="10" y="340" stroke="none"
55 fill="black">$Revision: 1.3 $</text>
56 </g>
57 <rect id="test-frame" x="1" y="1" width="478" height="358" fill="none" stroke="#000"/>
58 <!-- comment out this watermark once the test is approved -->
59 <!--
60 <g id="draft-watermark">
61 <rect x="1" y="1" width="478" height="20" fill="red" stroke="black" stroke-width="1"/>
62 <text font-family="SVGFreeSansASCII,sans-serif" font-weight="bold" font-size="20" x="240"
63 text-anchor="middle" y="18" stroke-width="0.5" stroke="black" fill="white">DRAFT</text>
64 </g>
65 -->
66 </svg>