summaryrefslogtreecommitdiffstats
path: root/dom/xslt/crashtests/949990.html
blob: 23868e4db3bae74c9a5ad9f646ba4c19bd2ec2a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<script>

function boom() {
    document.evaluate("a", document.documentElement, null, 4096, null);
}

</script>
</head>

<body onload="boom()"></body>
</html>