зеркало из https://github.com/mozilla/gecko-dev.git
21 строка
362 B
HTML
21 строка
362 B
HTML
<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>
|