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 1935611 - Fix libyuv/libpng link failed for loongarch64. r=glandium,tnikkel,ng
[gecko.git]
/
dom
/
svg
/
crashtests
/
1858792.html
blob
3cbdac23829d6fa35dfcbdf11d31dd117bd0ece8
1
<script>
2
window
.
onload
= () => {
3
a
.
setAttribute
(
"aria-setsize"
,
"512"
)
4
}
5
function
func
() {
6
a
.
innerHTML
=
"A"
7
}
8
</script>
9
<svg>
10
<foreignObject
id
=
"a"
>
11
<iframe></iframe>
12
</foreignObject>
13
<animate
repeatDur
=
"0s"
onend
=
"func()"
></animate>
14
<animate
attributeName
=
"x"
by
=
"6%"
>
15
<use
href
=
"#a"
>