1
    2
    3
    4
    5
    6

content / test / data / accessibility / html / long-text.html [blame]

<body>
<pre style="word-wrap: break-word; white-space: pre-wrap;"><script>
for (let count = 1; count <= 250; count ++)
  document.write('' + count + '. The quick brown fox jumps over the lazy dog.\n');
</script></pre>
</body>