Sign in
webkit
/
WebKit
/
9835eef20e173101c3fa5bd5374bfd45463458f8
/
.
/
LayoutTests
/
fast
/
overflow
/
lots-of-sibling-inline-boxes.html
blob: a067ee27942f8a372be2b07191a231ac9b95c92c [
file
] [
log
] [
blame
]
<body>
<script>
for
(
var
i
=
0
;
i
<
130000
;
++
i
)
document
.
write
(
"<a>1</a>"
);
document
.
body
.
innerHTML
=
"<html><body>Passed</body></html>"
;
if
(
window
.
testRunner
)
testRunner
.
dumpAsText
();
</script>
</body>