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