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