summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-ui/reference/outline-style-014-ref.html
blob: 345be332be504f37a277788697a5047d60498aa8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Basic User Interface Reference File</title>
<link rel="author" title="Intel" href="http://www.intel.com/">
<style>
  #test {
    border: 4px double green;
    height: 150px;
    margin: 26px;
    width: 150px;
  }
</style>
<body>
  <p>Test passes if there is a blank square whose border is <strong>two green solid lines</strong>.</p>
  <div id="test"></div>
</body>