On keyeventtest page, show input and composition events by default.
--- 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/>