summaryrefslogtreecommitdiffstats
path: root/layout/generic/crashtests/387219-1.xhtml
blob: 0439324079d14c1820b552aeceaa5e4d56126c96 (plain)
1
2
3
4
5
6
7
8
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<head>
<style id="s"></style>
</head>
<body onload="document.getElementById('s').appendChild(document.createTextNode('#sb { display: list-item; }'));">
<xul:scrollbox id="sb"/>
</body>
</html>