layout/reftests/border-radius/iframe-1.html

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.

     1 <html>
     2 <body>
     3 <iframe style="position: absolute; left: 0px; top: 0px; width: 300px; height: 150px; border: none; border-radius: 50px; background: green;" src="data:text/html,<body bgcolor=green>"></iframe>
     4 <div style="position: absolute; left: 10px; top: 0px; width: 280px; height: 150px; background: red;"></div>
     5 <div style="position: absolute; left: 0px; top: 10px; width: 300px; height: 130px; background: red;"></div>
     6 </body>
     7 </html>

mercurial