mirror of
https://github.com/servo/servo
synced 2026-05-12 01:46:28 +02:00
9 lines
223 B
HTML
9 lines
223 B
HTML
<!DOCTYPE html>
|
|
<script>
|
|
window.badNewTarget = function() {};
|
|
badNewTarget.prototype = 8;
|
|
|
|
window.DOMParserSubclass = class extends DOMParser {}
|
|
window.ForeignDOMParserSubclass = class extends parent.DOMParser {}
|
|
</script>
|