Mypal/dom/base/crashtests/502617.html

14 lines
148 B
HTML
Raw Normal View History

2019-03-11 10:26:37 +00:00
<!DOCTYPE html>
<html>
<head>
<script type="text/javascript">
var a = {};
a instanceof HTMLImageElement;
</script>
</head>
<body></body>
</html>