summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-backgrounds/border-top-right-radius-005-ref.xht
blob: a3303b72c7788651a0d132ef4122230ce8670ced (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <title>border-top-right-radius: 48px 14px reference</title>
    <style type="text/css">
      div
      {
          width: 200px;
          height: 100px;

          background: orange;
          border: 20px solid teal;
          border-top-right-radius: 48px 14px;
      }
    </style>
  </head>
  <body>
    <p>The box should have a border-top-right-radius of 48px 14px. The
        horizontal radius should therefore be clearly larger than the
        vertical radius.</p>
    <div></div>
  </body>
</html>