summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/368247-2-ref.html
blob: f57baf39ea5bc338e1704016307e5751122cec81 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE HTML>
<html>
<style type="text/css">
div {
  width: 64px;
  height: 64px;
  border: 64px solid blue;
}
</style>
  <body>
<div style="border-radius: 256px"></div>
  </body>
</html>