summaryrefslogtreecommitdiffstats
path: root/dom/inputmethod/mochitest/file_test_empty_app.html
diff options
context:
space:
mode:
Diffstat (limited to 'dom/inputmethod/mochitest/file_test_empty_app.html')
-rw-r--r--dom/inputmethod/mochitest/file_test_empty_app.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/dom/inputmethod/mochitest/file_test_empty_app.html b/dom/inputmethod/mochitest/file_test_empty_app.html
new file mode 100644
index 000000000..c071c1a31
--- /dev/null
+++ b/dom/inputmethod/mochitest/file_test_empty_app.html
@@ -0,0 +1,10 @@
+<!DOCTYPE HTML>
+<html>
+<body>
+<input id="test-input" type="text" value=""/>
+<script type="application/javascript;version=1.7">
+ let input = document.getElementById('test-input');
+ input.focus();
+</script>
+</body>
+</html>