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