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
/
1244898-1.xhtml
blob
9b89c2c8b815bd8496318754fb12e2f195d7f8f0
1
<html
xmlns
=
"http://www.w3.org/1999/xhtml"
class
=
"reftest-wait"
>
2
3
<script>
4
5
window
.
addEventListener
(
"load"
,
function
() {
6
location
.
hash
=
"#a"
;
7
document
.
documentElement
.
removeAttribute
(
"class"
);
8
},
false
);
9
10
</script>
11
12
<animate
xmlns
=
"http://www.w3.org/2000/svg"
id
=
"a"
/>
13
14
</html>