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
/
409811-1.html
blob
28a064e4d10ee27ac2ef12931fb42881832d3e6f
1
<html>
2
<head>
3
<script
type
=
"text/javascript"
>
4
5
function
boom
()
6
{
7
var
marker
=
document
.
createElementNS
(
"http://www.w3.org/2000/svg"
,
"marker"
);
8
marker
.
orientType
.
baseVal
=
""
;
9
}
10
11
</script>
12
</head>
13
14
<body
onload
=
"boom();"
></body>
15
</html>