On keyeventtest page, show input and composition events by default.
authorGary Kacmarcik <garykac@google.com>
Tue, 13 Aug 2013 17:10:52 -0700
changeset 53 895298f98004
parent 52 a26481c4e9a8
child 54 07a97a80e9d4
On keyeventtest page, show input and composition events by default.
key-event-test.html
--- a/key-event-test.html	Mon Aug 12 17:25:56 2013 -0700
+++ b/key-event-test.html	Tue Aug 13 17:10:52 2013 -0700
@@ -524,11 +524,11 @@
 	<label><input type="checkbox" id="show_keypress" checked /> keypress</label><br/>
 	<label><input type="checkbox" id="show_keyup" checked /> keyup</label><br/>
 	<label><input type="checkbox" id="show_textinput" checked /> textinput</label><br/>
-	<label><input type="checkbox" id="show_beforeinput" /> beforeinput</label><br/>
-	<label><input type="checkbox" id="show_input" /> input</label><br/>
-	<label><input type="checkbox" id="show_compositionstart" /> compositionstart</label><br/>
-	<label><input type="checkbox" id="show_compositionupdate" /> compositionupdate</label><br/>
-	<label><input type="checkbox" id="show_compositionend" /> compositionend</label><br/>
+	<label><input type="checkbox" id="show_beforeinput" checked /> beforeinput</label><br/>
+	<label><input type="checkbox" id="show_input" checked /> input</label><br/>
+	<label><input type="checkbox" id="show_compositionstart" checked /> compositionstart</label><br/>
+	<label><input type="checkbox" id="show_compositionupdate" checked /> compositionupdate</label><br/>
+	<label><input type="checkbox" id="show_compositionend" checked /> compositionend</label><br/>
 	<i>Applies only to<br/>new events</i>
 </td><td class="optcell">
 	<span class="opttitle">Show Fields</span><br/>