gecko-dev/dom/xslt/crashtests/949990.html
2017-11-07 14:17:38 +01:00

16 lines
213 B
HTML

<!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>