summaryrefslogtreecommitdiffstats
path: root/dom/bindings/test/file_dom_xrays.html
diff options
context:
space:
mode:
Diffstat (limited to 'dom/bindings/test/file_dom_xrays.html')
-rw-r--r--dom/bindings/test/file_dom_xrays.html24
1 files changed, 0 insertions, 24 deletions
diff --git a/dom/bindings/test/file_dom_xrays.html b/dom/bindings/test/file_dom_xrays.html
deleted file mode 100644
index 36b3f8a30..000000000
--- a/dom/bindings/test/file_dom_xrays.html
+++ /dev/null
@@ -1,24 +0,0 @@
-<!DOCTYPE html>
-<html>
- <script>
- window.expando = 42;
- window.shadowedIframe = 42;
- Object.setPrototypeOf(window, Object.create(Window.prototype,
- {
- shadowedIframe: { value: 42 },
- iframe: { value: 42 },
- document: { value: 42 },
- addEventListener: { value: 42 },
- toString: { value: 42 }
- }));
- window.documentElement.expando = 42;
- Object.defineProperty(window.documentElement, "version", { value: 42 });
- </script>
- <iframe name="shadowedIframe" id="shadowedIframe"></iframe>
- <iframe name="iframe" id="iframe"></iframe>
- <iframe name="document" id="document"></iframe>
- <iframe name="self" id="self"></iframe>
- <iframe name="addEventListener" id="addEventListener"></iframe>
- <iframe name="toString" id="toString"></iframe>
- <iframe name="item" id="item"></iframe>
-</html>