blob: 3b2616170b1d4f48f9dab114e4135222ed10a6ea [file] [log] [blame]
<!DOCTYPE html>
<script>
window.badNewTarget = function() {};
badNewTarget.prototype = 8;
window.DOMParserSubclass = class extends DOMParser {}
window.ForeignDOMParserSubclass = class extends parent.DOMParser {}
</script>