summaryrefslogtreecommitdiffstats
path: root/layout/base/crashtests/1566672.html
blob: 86bde70ed5722f9d199a6925b6557a7cdf321254 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<style>
html, body, q, ul { columns: 4 }
.x { height: 600px; }
</style>
<script>
function go() {
  c.appendChild(d)
}
</script>
<body onload=go()>
  <q id="c" style="word-break: break-all">
    <form hidden="hidden">
      <output id="d">
        <ul class="x">
          aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
        </ul>
      </output>
    </form>
  </q>
</body>