chromium/third_party/blink/web_tests/external/wpt/webidl/ecmascript-binding/support/constructors-support.html

<!DOCTYPE html>
<script>
window.badNewTarget = function() {};
badNewTarget.prototype = 8;

window.DOMParserSubclass = class extends DOMParser {}
window.ForeignDOMParserSubclass = class extends parent.DOMParser {}
</script>