summaryrefslogtreecommitdiffstats
path: root/layout/generic/crashtests/430744-1.html
blob: 190609294a6f5f889dcad996ed4869bfffaa5e3d (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-box;"><div style="column-count: 2;">a<div id="x" style="padding: 1em;"></div><wbr></div></div>

</body>
</html>