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 1812499 [wpt PR 38184] - Simplify handling of name-to-subdir mapping in canvas...
[gecko.git]
/
dom
/
xslt
/
crashtests
/
949990.html
blob
23868e4db3bae74c9a5ad9f646ba4c19bd2ec2a4
1
<!DOCTYPE
html
>
2
<html>
3
<head>
4
<meta
charset
=
"UTF-8"
>
5
<script>
6
7
function
boom
() {
8
document
.
evaluate
(
"a"
,
document
.
documentElement
,
null
,
4096
,
null
);
9
}
10
11
</script>
12
</head>
13
14
<body
onload
=
"boom()"
></body>
15
</html>