summaryrefslogtreecommitdiffstats
path: root/layout/generic/crashtests/1297427-non-equal-centers.html
blob: e51c8df324ab481e0dc8b1246ce19ebeb05b6fe9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!doctype html>
<html>
<meta charset="utf-8" />
<style>
#box {
  border-radius: 335px;
  width: 600px;
  height: 401px;
  border-style: dotted;
  border-width: 41px 1px;
}
</style>
<div id="box"></div>
</html>