2 <p>This test passes if we don't crash.
</p>
3 <h2 id='h2'
class=
"sidebar-title">Trending:
</h2>
9 testRunner
.dumpAsText();
11 window
.getSelection().setBaseAndExtent(
12 document
.getElementById("h2").firstChild
, 9,
13 document
.getElementById("p"), 0);
14 document
.getElementById("p").style
.display
= "none";
16 document
.getElementById("h2").innerText
= "PASSED";