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 1928997: Update tabs icon in Unified Search popup r=desktop-theme-reviewers,daleh...
[gecko.git]
/
dom
/
svg
/
crashtests
/
1486488.html
blob
ba61cb277bd6a73361bde082dffcfff8a8c55f99
1
<script>
2
function
start
() {
3
document
.
replaceChild
(
id_0
,
document
.
childNodes
[
0
]);
4
}
5
</script>
6
<body
onload
=
"start()"
>
7
<svg>
8
<animate
id
=
"id_0"
begin
=
"s"
/>
9
<ellipse
id
=
"id_1"
/>
10
</svg>
11
</body>