Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / W3C-SVG-1.1 / struct-image-08-t.svg
blobb131b1d4bea3f820a1498510ced5b03570fb10cb
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-flat.dtd">
3 <svg version="1.1" baseProfile="tiny" 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">
4 <!--======================================================================-->
5 <!--= Copyright 2006 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 <!-- NOTE: CVS will automatically update the -->
12 <!-- "$RCSfile: struct-image-08-t.svg,v $" and "$Revision: 1.12 $" -->
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/"
17 reviewer="ED" owner="CL" desc="Alpha PNG test" status="accepted"
18 version="$Revision: 1.12 $" testname="$RCSfile: struct-image-08-t.svg,v $">
19 <OperatorScript>
20 <Paragraph>
21 Tests PNG images with alpha. The result should be
22 identical to the reference image.
23 </Paragraph>
24 </OperatorScript>
25 </SVGTestCase>
26 <title id="test-title">$RCSfile: struct-image-08-t.svg,v $</title>
27 <!--======================================================================-->
28 <!--Content of Test Case follows... =====================-->
29 <!--======================================================================-->
30 <g id="test-body-content">
31 <rect x="0" y="50" width="160" height="170" fill="#000"/>
32 <rect x="160" y="50" width="160" height="170" fill="#920"/>
33 <rect x="320" y="50" width="160" height="170" fill="#029"/>
34 <image xlink:href="resources/rgbalpha.png"
35 x="0" y="60" width="162" height="150"/>
36 <image xlink:href="resources/rgbalpha.png"
37 x="160" y="60" width="162" height="150"/>
38 <image xlink:href="resources/rgbalpha.png"
39 x="320" y="60" width="162" height="150"/>
40 </g>
41 <text id="revision" x="10" y="340" font-size="40" stroke="none" fill="black">$Revision: 1.12 $</text>
42 <rect id="test-frame" x="1" y="1" width="478" height="358" fill="none" stroke="#000"/>
43 </svg>