Sign in
chromium
/
codesearch
/
chromium
/
src
/
HEAD
/
.
/
content
/
test
/
data
/
accessibility
/
html
/
long-text.html
blob: acee7cb2b4433b2483540be32ae32cea68af0eb5 [
file
] [
log
] [
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>