layout/reftests/svg/border-radius-01.html

Thu, 15 Jan 2015 21:13:52 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 21:13:52 +0100
branch
TOR_BUG_9701
changeset 12
7540298fafa1
permissions
-rw-r--r--

Remove forgotten relic of ABI crash risk averse overloaded method change.

     1 <html>
     2 <head>
     3 </head>
     4 <body style="background-color: lime;">
     5     <svg width="300" height="300" 
     6          style="border-radius: 200px; overflow: hidden; background-color: red; position: absolute;">
     7       <rect width="300" height="300" fill="red"/>
     8     </svg>
     9     <svg width="300" height="300" style="position: absolute;">
    10         <circle cx="150" cy="150" r="155" fill="lime"/>
    11     </svg>
    12 </body>
    13 </html>

mercurial