Mypal/dom/base/crashtests/693811-3.html
2019-03-11 13:26:37 +03:00

5 lines
91 B
HTML

<!DOCTYPE html>
<script>
document.createElement("p").constructor = function(){};
</script>