repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge Chromium + Blink git repositories
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
fast
/
overflow
/
lots-of-sibling-inline-boxes.html
blob
a067ee27942f8a372be2b07191a231ac9b95c92c
1
<body>
2
<script>
3
for
(
var
i
=
0
;
i
<
130000
; ++
i
)
4
document
.
write
(
"<a>1</a>"
);
5
6
document
.
body
.
innerHTML
=
"<html><body>Passed</body></html>"
;
7
8
if
(
window
.
testRunner
)
9
testRunner
.
dumpAsText
();
10
</script>
11
</body>