tenfourfox/dom/base/crashtests/693811-3.html

5 lines
91 B
HTML
Raw Permalink Normal View History

2017-04-19 07:56:45 +00:00
<!DOCTYPE html>
<script>
document.createElement("p").constructor = function(){};
</script>