constructors-support.html (223B)
1 <!DOCTYPE html> 2 <script> 3 window.badNewTarget = function() {}; 4 badNewTarget.prototype = 8; 5 6 window.DOMParserSubclass = class extends DOMParser {} 7 window.ForeignDOMParserSubclass = class extends parent.DOMParser {} 8 </script>