Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(108)

Side by Side Diff: LayoutTests/svg/W3C-SVG-1.1-SE/color-prop-05-t.svg

Issue 7002001: Revert 79985 - 2011-03-01 Nikolas Zimmermann <nzimmermann@rim.com> (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/742/
Patch Set: Created 9 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 <svg version="1.1" baseProfile="tiny" id="svg-root"
2 width="100%" height="100%" viewBox="0 0 480 360"
3 xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
4 <!--======================================================================-->
5 <!--= SVG 1.1 2nd Edition Test Case =-->
6 <!--======================================================================-->
7 <!--= Copyright 2009 World Wide Web Consortium, (Massachusetts =-->
8 <!--= Institute of Technology, European Research Consortium for =-->
9 <!--= Informatics and Mathematics (ERCIM), Keio University). =-->
10 <!--= All Rights Reserved. =-->
11 <!--= See http://www.w3.org/Consortium/Legal/. =-->
12 <!--======================================================================-->
13 <d:SVGTestCase xmlns:d="http://www.w3.org/2000/02/svg/testsuite/description/"
14 template-version="1.4" reviewer="CL" author="CN" status="accepted"
15 version="$Revision: 1.8 $" testname="$RCSfile: color-prop-05-t.svg,v $">
16 <d:testDescription xmlns="http://www.w3.org/1999/xhtml" href="http://www.w3. org/TR/SVG11/color.html#ColorProperty">
17 <p>
18 Tests the color that is used for the currentColor value in the fill
19 attribute when more than one color is specified.
20 </p>
21 <p>
22 This is illustrated using a single rectangle that is a child of a group
23 element. A fill is specified for the group element but not the
24 rectangle. Colour is specifed for the rectangle and the group element.
25 </p>
26 </d:testDescription>
27 <d:operatorScript xmlns="http://www.w3.org/1999/xhtml">
28 <p>Run the test. No interaction required.</p>
29 </d:operatorScript>
30 <d:passCriteria xmlns="http://www.w3.org/1999/xhtml">
31 <p>
32 The test is passed if the user agent renders the rectangle with a green
33 fill.
34 </p>
35 </d:passCriteria>
36 </d:SVGTestCase>
37 <title id="test-title">$RCSfile: color-prop-05-t.svg,v $</title>
38 <defs>
39 <font-face font-family="SVGFreeSansASCII" unicode-range="U+0-7F">
40 <font-face-src>
41 <font-face-uri xlink:href="../resources/SVGFreeSans.svg#ascii"/>
42 </font-face-src>
43 </font-face>
44 </defs>
45 <g id="test-body-content" font-family="SVGFreeSansASCII,sans-serif" font-size= "18">
46 <g fill="currentColor" color="lime">
47 <rect x="120" y="60" width="150" height="150" color="red"/>
48 </g>
49 </g>
50 <g font-family="SVGFreeSansASCII,sans-serif" font-size="32">
51 <text id="revision" x="10" y="340" stroke="none" fill="black">$Revision: 1.8 $</text>
52 </g>
53 <rect id="test-frame" x="1" y="1" width="478" height="358" fill="none" stroke= "#000000"/>
54 <!-- comment out this watermark once the test is approved -->
55 <!--<g id="draft-watermark">
56 <rect x="1" y="1" width="478" height="20" fill="red" stroke="black" stroke-w idth="1"/>
57 <text font-family="SVGFreeSansASCII,sans-serif" font-weight="bold" font-size ="20" x="240"
58 text-anchor="middle" y="18" stroke-width="0.5" stroke="black" fill="white" >DRAFT</text>
59 </g>-->
60 </svg>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698