layout/reftests/border-radius/border-value-interpret-ref.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/border-radius/border-value-interpret-ref.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,21 @@
     1.4 +<!doctype html>
     1.5 +<html>
     1.6 +  <head>
     1.7 +    <title>Test different types of values with border radius</title>
     1.8 +    <!-- This bug will break when bug 451134 is fixed -->
     1.9 +    <style>
    1.10 +      div { width: 200px;
    1.11 +            height: 200px;
    1.12 +            background: green;
    1.13 +            border: 10px dashed black;
    1.14 +            border-top-left-radius: 2em 10px;
    1.15 +            border-top-right-radius: 10px 0.5em;
    1.16 +            border-bottom-right-radius: 3em 10px;
    1.17 +            border-bottom-left-radius: 10px 0.5em;
    1.18 +          }
    1.19 +
    1.20 +</style>
    1.21 +</head>
    1.22 +<body>
    1.23 +  <div></div>
    1.24 +</body></html>

mercurial