repo.or.cz
/
wine-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 460926 A11y hierachy is broken on Ubuntu 8.10 (GNOME 2.24), r=Evan.Yan sr=roc
[wine-gecko.git]
/
content
/
xslt
/
crashtests
/
406106-1.html
blob
86ab510ff8ea5eb0e2802fbef6f9d7eba5205a6e
1
<!DOCTYPE
html
>
2
<html>
3
<head>
4
<script
type
=
"text/javascript"
>
5
6
function
boom
()
7
{
8
var
p
=
new
XSLTProcessor
();
9
p
.
setParameter
(
"a"
,
"b"
, {
e
:
p
});
10
}
11
12
boom
();
13
14
</script>
15
</head>
16
<body>
17
</body>
18
</html>