summaryrefslogtreecommitdiffstats
path: root/layout/reftests/outline/outline-dynamic-change-1-ref.html
blob: ac45dd197218bcba7aaf9c285699f0a8c721c255 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<html>
<head>
  <style>
    #tweakMe {
      height: 100px;
      width: 100px;
      background: gray;
      outline: solid 6px black;
      outline-offset: -16px;
    }
  </style>
</head>
<body>
  <div id="tweakMe"></div>
</body>
</html>