mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-01-17 08:30:05 +00:00
14 lines
148 B
HTML
14 lines
148 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<script type="text/javascript">
|
|
|
|
var a = {};
|
|
a instanceof HTMLImageElement;
|
|
|
|
</script>
|
|
</head>
|
|
|
|
<body></body>
|
|
</html>
|