summaryrefslogtreecommitdiffstats
path: root/layout/base/tests/chrome/bug551434_childframe.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/base/tests/chrome/bug551434_childframe.html')
-rw-r--r--layout/base/tests/chrome/bug551434_childframe.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/layout/base/tests/chrome/bug551434_childframe.html b/layout/base/tests/chrome/bug551434_childframe.html
new file mode 100644
index 0000000000..3d7bd6c13a
--- /dev/null
+++ b/layout/base/tests/chrome/bug551434_childframe.html
@@ -0,0 +1,4 @@
+<script>
+var gKeyDownChild = 0, gKeyPressChild = 0, gKeyUpChild = 0;
+</script>
+<input id='i4' onkeydown="gKeyDownChild++" onkeypress="gKeyPressChild++" onkeyup="gKeyUpChild++; this.parentNode.removeChild(this);">