diff options
Diffstat (limited to 'layout/base/tests/chrome/bug551434_childframe.html')
-rw-r--r-- | layout/base/tests/chrome/bug551434_childframe.html | 4 |
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 000000000..3d7bd6c13 --- /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);"> |