summaryrefslogtreecommitdiffstats
path: root/dom/bindings/test/file_InstanceOf.html
diff options
context:
space:
mode:
Diffstat (limited to 'dom/bindings/test/file_InstanceOf.html')
-rw-r--r--dom/bindings/test/file_InstanceOf.html12
1 files changed, 0 insertions, 12 deletions
diff --git a/dom/bindings/test/file_InstanceOf.html b/dom/bindings/test/file_InstanceOf.html
deleted file mode 100644
index 487010fa4..000000000
--- a/dom/bindings/test/file_InstanceOf.html
+++ /dev/null
@@ -1,12 +0,0 @@
-<!DOCTYPE HTML>
-<html>
-<body>
-<script type="application/javascript">
-function runTest()
-{
- return [ parent.HTMLElement.prototype instanceof Element,
- parent.HTMLElement.prototype instanceof parent.Element ];
-}
-</script>
-</body>
-</html>