1 <!DOCTYPE HTML PUBLIC
"-//W3C//DTD HTML 4.0 Transitional//EN">
3 <head><title>Unconfirmed inline input in
<input type=text
></title></head>
9 alert("Field appears empty");
11 alert("Field contents: " + s
);
16 <p>Enter some text using inline input (e.g. Kotoeri Hiragana) and click the button without closing the input area.
</p>
17 <p><input type=text id=input
value=
"" size=
57><input type=button
value=
"test" onClick=
"dump(document.getElementById('input').value)"></div>
18 <p>The alert should show the inline input text, but without the bug fix it shows empty text.
</p>