summaryrefslogtreecommitdiffstats
path: root/layout/generic/crashtests/1145950-1.html
blob: 8f4e40a59f9933a2ee800530af63a8dbca58b401 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<script>

function boom()
{
    r.style.borderRadius = "4px";
}

</script>
</head>
<body onload="boom();">
    <div style="display: table;" id="r">
        <div style="display: -moz-popup;"></div>
        <div style="display: contents;"><div style="display: table-caption;"></div></div>
    </div>
</body>
</html>