summaryrefslogtreecommitdiffstats
path: root/layout/generic/crashtests/430744-1.html
blob: 7c185921cdbc3689007f2abb056910d7370c4436 (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<html>
<head>
</head>
<body onload="document.getElementById('x').appendChild(document.createTextNode('b'));">

<div style="display: -moz-grid;"><div style="-moz-column-count: 2;">a<div id="x" style="padding: 1em;"></div><wbr></div></div>

</body>
</html>