repo.or.cz
/
gecko.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Bug 1859059 - increase chunk number for windows debug mochitest-browser-chrome jobs...
[gecko.git]
/
layout
/
svg
/
crashtests
/
1403656-2.html
blob
e4287e933f7479524e38043339720b7ded3ffc89
1
<!-- MUST BE QUIRKS MODE -->
2
<style>
3
span { top:
0
%; }
4
</style>
5
<script>
6
function
jsfuzzer
() {
7
try
{
text
.
setAttribute
(
"font-size"
,
"10px"
); }
catch
(
e
) { }
8
}
9
</script>
10
<body
onload=jsfuzzer()
>
11
<div
style
=
"overflow: scroll"
>
12
<span></span>
13
</div>
14
<svg>
15
<tref
id
=
"marker"
>
16
<text
id
=
"text"
/>
17
</tref>
18
<polyline
marker-end
=
"url(#marker)"
>
19
</polyline>
20
</svg>
21
</body>