summaryrefslogtreecommitdiffstats
path: root/layout/reftests/border-radius/outline-circle.html
blob: 4cdb4835e2818dab5a618c51ac1f31e8b5cc9f85 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!doctype html>
<html><head>
<title>Circular outline</title>
<style>
div { width: 50px; height: 50px;
      outline: 2px solid black; 
      -moz-outline-radius: 10px;
}
</style>
</head>
<body><div></div></body></html>