6 document
.getElementById('tf').focus();
7 document
.execCommand("InsertText", false, 'Test Failed');
11 <body onload=
"test()">
12 This tests that text can not be inserted into a disabled text field.
13 <br><input id=
"tf" style=
"-khtml-appearance: textfield;" disabled
value=
"Test Passed"></input>