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