summaryrefslogtreecommitdiffstats
path: root/dom/base/test/file_suppressed_events_inner.html
diff options
context:
space:
mode:
Diffstat (limited to 'dom/base/test/file_suppressed_events_inner.html')
-rw-r--r--dom/base/test/file_suppressed_events_inner.html16
1 files changed, 16 insertions, 0 deletions
diff --git a/dom/base/test/file_suppressed_events_inner.html b/dom/base/test/file_suppressed_events_inner.html
new file mode 100644
index 0000000000..44cc45254d
--- /dev/null
+++ b/dom/base/test/file_suppressed_events_inner.html
@@ -0,0 +1,16 @@
+<!DOCTYPE HTML>
+<html>
+<head>
+<title>Test event suppression</title>
+</head>
+<body>
+<div>Inner</div>
+<script type="application/javascript">
+
+window.onload = function() {
+ top.postMessage("ready", "*");
+};
+
+</script>
+</body>
+</html>