2 <html style=
"display: inline-table">
5 testRunner
.dumpAsText();
7 window
.onload = function() {
8 var selection
= window
.getSelection();
9 selection
.selectAllChildren(document
);
10 selection
.collapseToEnd();
11 var element
= document
.activeElement
;
13 document
.write("Pass. Test didn't crash.");
15 selection
.containsNode(element
,true);