5 testRunner
.dumpAsText();
7 document
.getElementById('t').focus();
8 document
.designMode
= 'on';
9 window
.getSelection().removeAllRanges();
10 if (window
.eventSender
)
11 eventSender
.keyDown('\t');
12 document
.body
.innerHTML
= 'This test passes if it does not crash';