Mypal/layout/generic/crashtests/1297427-non-equal-centers.html

14 lines
222 B
HTML

<!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>