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

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/border-radius/curved-stripe-border.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,17 @@
     1.4 +<!doctype html>
     1.5 +<html><head>
     1.6 +<title>Curved stripe border (HTML)</title>
     1.7 +<style>
     1.8 +body { margin: 0 }
     1.9 +div {
    1.10 +  box-sizing: border-box;
    1.11 +  width: 180px;
    1.12 +  height: 180px;
    1.13 +  border: 30px double black;
    1.14 +  border-radius: 60px / 40px;
    1.15 +  margin: 20px;
    1.16 +}
    1.17 +</style>
    1.18 +</head><body>
    1.19 +<div></div>
    1.20 +</body></html>

mercurial