Blame dom/bindings/test/file_InstanceOf.html

Packit f0b94e
Packit f0b94e
<html>
Packit f0b94e
<body>
Packit f0b94e
<script type="application/javascript">
Packit f0b94e
function runTest()
Packit f0b94e
{
Packit f0b94e
  return [ parent.HTMLElement.prototype instanceof Element,
Packit f0b94e
           parent.HTMLElement.prototype instanceof parent.Element ];
Packit f0b94e
}
Packit f0b94e
</script>
Packit f0b94e
</body>
Packit f0b94e
</html>