summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/368247-2.html
blob: 257479632f7dd99dbd785c11d11b3a61288dc8f0 (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: 128px"></div>
  </body>
</html>