summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-ui/outline-color-004-ref.html
blob: 5da6b388067c02465eaeb22bf4404e5214e95c32 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<html>
<head>
  <title>CSS Reftest Reference</title>
  <link rel="author" title="Helmut Januschka" href="mailto:helmut@januschka.com" />
</head>

<body>
  <div style="padding: 10px; width: 200px; height: 50px; outline-style: solid; outline-color: purple;">
    <div style="outline-style: auto; outline-color: green; color: red">Green inner outline with a
      purple outer outline</div>
  </div>

</body>

</html>