summaryrefslogtreecommitdiffstats
path: root/layout/reftests/border-radius/outline-circle.html
blob: 41fcf369e332edeac7a8f51c4d63f31829d0d215 (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; 
      border-radius: 10px;
}
</style>
</head>
<body><div></div></body></html>