layout/reftests/w3c-css/submitted/values3/calc-border-radius-1-ref.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/w3c-css/submitted/values3/calc-border-radius-1-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>CSS Reference: test for border-radius: calc()</title>
     1.8 +  <link rel="author" title="L. David Baron" href="http://dbaron.org/">
     1.9 +  <meta name="flags" content="">
    1.10 +<style type="text/css">
    1.11 +
    1.12 +p {
    1.13 +  height: 256px;
    1.14 +  width: 512px;
    1.15 +  background: blue;
    1.16 +  border-radius: 21px 6px 12px 29px / 5px 16px 10px 3px;
    1.17 +}
    1.18 +
    1.19 +</style>
    1.20 +</head>
    1.21 +<body>
    1.22 +<p></p>
    1.23 +</body>
    1.24 +</html>

mercurial