mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-05 08:35:26 +00:00
097e66db6f
--HG-- extra : rebase_source : 733bce16594367a7b22b4bd9ee42a9268a8eb405
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>
|