layout/reftests/svg/smil/container/invalid-elem-1-ref.xhtml

Wed, 31 Dec 2014 13:27:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 13:27:57 +0100
branch
TOR_BUG_3246
changeset 6
8bccb770b82d
permissions
-rw-r--r--

Ignore runtime configuration files generated during quality assurance.

michael@0 1 <?xml version="1.0" encoding="UTF-8" standalone="no" ?>
michael@0 2 <html xmlns="http://www.w3.org/1999/xhtml">
michael@0 3 <head>
michael@0 4 <title>Valid, invalid, valid</title>
michael@0 5 </head>
michael@0 6
michael@0 7 <body>
michael@0 8 <svg xmlns="http://www.w3.org/2000/svg" width="200px" height="200px">
michael@0 9 <rect x="0" y="0" width="199" height="199"
michael@0 10 style="fill: none; stroke: black"/>
michael@0 11 <!-- rect to be animated second -->
michael@0 12 <rect x="100" y="80" width="40" height="40" fill="royalblue"
michael@0 13 stroke="black" stroke-width="1" id="target"/>
michael@0 14 <!-- circle to be animated first -->
michael@0 15 <circle cx="0" cy="100" r="15" fill="skyblue" stroke="black"
michael@0 16 stroke-width="1"/>
michael@0 17 </svg>
michael@0 18 </body>
michael@0 19 </html>

mercurial