summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-ui/outline-color-003-ref.html
blob: 78557c7d4e54083702c8f753d35ed46ac5952bf3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!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: purple auto;">
    <div style="outline: green auto;">Green inner outline with a purple outer outline</div>
  </div>
</body>

</html>