14 lines
148 B
HTML
Raw Normal View History

2017-04-19 00:56:45 -07:00
<!DOCTYPE html>
<html>
<head>
<script type="text/javascript">
var a = {};
a instanceof HTMLImageElement;
</script>
</head>
<body></body>
</html>