Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / W3C-SVG-1.1 / text-text-08-b.svg
blob88dfb1723e596e3d0b21580c9196435508fac7a1
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1 Basic//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11-basic.dtd">
3 <!--====================================================================== -->
4 <!--= Copyright 2000 World Wide Web Consortium, (Massachusetts = -->
5 <!--= Institute of Technology, Institut National de Recherche en = -->
6 <!--= Informatique et en Automatique, Keio University). All Rights = -->
7 <!--= Reserved. See http://www.w3.org/Consortium/Legal/. = -->
8 <!--====================================================================== -->
9 <!-- ===================================================================== -->
10 <!-- -->
11 <!-- $RCSfile: text-text-08-b.svg,v $ -->
12 <!-- -->
13 <!-- Author : Scott Hayman -->
14 <!-- -->
15 <!-- ===================================================================== -->
16 <svg version="1.1" baseProfile="basic" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="svg-root" width="100%" height="100%" viewBox="0 0 480 360">
17 <SVGTestCase
18 xmlns="http://www.w3.org/2000/02/svg/testsuite/description/"
19 version="$Revision" testname="$RCSfile: text-text-08-b.svg,v $" owner="SH" reviewer="DJ"
20 status="accepted" desc="tests text opacity properties">
21 <OperatorScript>
22 <Paragraph>
23 The three opacity properties (fill-opacity,
24 stroke-opacity, and opacity) of 'text' elements are
25 covered in this test.
26 </Paragraph>
27 </OperatorScript>
28 </SVGTestCase>
29 <title id="test-title">text-text-08-b</title>
30 <desc id="test-desc">Test for opacity properties of 'text' elements.</desc>
31 <!--======================================================================-->
32 <!--Content of Test Case follows... =====================-->
33 <!--======================================================================-->
34 <g id="test-body-content">
35 <text x="19" y="60" font-size="64" font-family="Verdana"
36 fill="blue" stroke="red" stroke-width="2">Normal Text</text>
37 <text x="19" y="120" font-size="64" font-family="Verdana"
38 fill="blue" stroke="red" stroke-width="2"
39 fill-opacity="0.50">Fill opacity</text>
40 <text x="19" y="180" font-size="64" font-family="Verdana"
41 fill="blue" stroke="red" stroke-width="2"
42 stroke-opacity="0.50">Stroke opacity</text>
43 <text x="19" y="240" font-size="64" font-family="Verdana"
44 fill="blue" stroke="red" stroke-width="2"
45 opacity="0.50">Opacity</text>
46 </g>
47 <text id="revision" x="10" y="340" font-size="40" stroke="none" fill="black">$Revision: 1.3 $</text>
48 <rect id="test-frame" x="1" y="1" width="478" height="358" fill="none" stroke="#000000"/>
49 </svg>