1 If this doesn't crash, then the test passes.
5 testRunner
.dumpAsText();
7 var foo
= document
.getElementById('foo');
8 window
.getSelection().selectAllChildren(foo
);
10 foo
.style
.display
= 'none';
11 window
.getSelection().removeAllRanges();