blob: 32763cb947c3c3ab6aab763ace8020d6b8f998e0 [file] [log] [blame]
<body>
<p>This test passes if we don't crash.</p>
<h2 id='h2' class="sidebar-title">Trending:</h2>
<p id='p'>test</p>
<script>
function runTest()
{
if (window.layoutTestController)
layoutTestController.dumpAsText();
window.getSelection().setBaseAndExtent(
document.getElementById("h2").firstChild, 9,
document.getElementById("p"), 0);
document.getElementById("p").style.display = "none";
document.getElementById("h2").innerText = "PASSED";
}
runTest();
</script>
</body>