layout/reftests/border-radius/curved-stripe-border.html

Thu, 15 Jan 2015 15:55:04 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 15:55:04 +0100
branch
TOR_BUG_9701
changeset 9
a63d609f5ebe
permissions
-rw-r--r--

Back out 97036ab72558 which inappropriately compared turds to third parties.

     1 <!doctype html>
     2 <html><head>
     3 <title>Curved stripe border (HTML)</title>
     4 <style>
     5 body { margin: 0 }
     6 div {
     7   box-sizing: border-box;
     8   width: 180px;
     9   height: 180px;
    10   border: 30px double black;
    11   border-radius: 60px / 40px;
    12   margin: 20px;
    13 }
    14 </style>
    15 </head><body>
    16 <div></div>
    17 </body></html>

mercurial