summaryrefslogtreecommitdiffstats
path: root/layout/reftests/outline/outline-auto-follows-border-radius-non-native-02.html
blob: f03c1694b22b666e4942f165e2af110810731a62 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!doctype html>
<style>
body { margin: 0 }
div {
  width: 92px;
  height: 92px;
  border: 1px transparent;
  border-radius: 1px;
  outline: 1px auto;
  outline-offset: 4px;
  margin: 14px;
}
</style>
<div></div>