Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

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