3 testRunner
.dumpAsText();
5 Test doing display:none for a cell in table with selection. This passes if it does not crash.
6 <table style=
"border-collapse: collapse">
11 var c0
= document
.getElementById('c0');
12 var c1
= document
.getElementById('c1');
13 var selection
= window
.getSelection();
14 selection
.setBaseAndExtent(c0
, 0, c1
, 0);
15 c1
.style
.display
= 'none';