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

<body>
  <div  style="margin: 10px; height: 50px; width: 100px; outline: green auto;">green outline</div>
  <div  style="margin: 10px; height: 50px; width: 100px; outline: green auto;" >green outline</div>
  <div  style="margin: 10px; height: 50px; width: 100px; outline: purple auto;" >purple outline</div>
  <div  style="margin: 10px; height: 50px; width: 100px; outline: green solid; " >green outline</div>
</body>

</html>