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
/
842463-1.html
blob
f20db0d6ca5556afbc1461ed51eaaae7b88491f9
1
<!DOCTYPE
html
>
2
<html>
3
<head>
4
<script>
5
6
function
boom
()
7
{
8
var
f
=
document
.
createElementNS
(
"http://www.w3.org/2000/svg"
,
"feImage"
);
9
f
.
setAttributeNS
(
"http://www.w3.org/1999/xlink"
,
"xlink:href"
,
"#s"
);
10
}
11
12
</script>
13
</head>
14
<body
onload
=
"boom();"
></body>
15
</html>
16