summaryrefslogtreecommitdiffstats
path: root/dom/tests/mochitest/bugs/iframe_bug304459-1.html
diff options
context:
space:
mode:
Diffstat (limited to 'dom/tests/mochitest/bugs/iframe_bug304459-1.html')
-rw-r--r--dom/tests/mochitest/bugs/iframe_bug304459-1.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/dom/tests/mochitest/bugs/iframe_bug304459-1.html b/dom/tests/mochitest/bugs/iframe_bug304459-1.html
new file mode 100644
index 0000000000..2721c5c781
--- /dev/null
+++ b/dom/tests/mochitest/bugs/iframe_bug304459-1.html
@@ -0,0 +1,12 @@
+<html>
+<head>
+ <title>Iframe test for bug 304459</title>
+</head>
+<body">
+<script>
+
+Object.prototype.x = "oops";
+
+</script>
+</body>
+</html>