blob: 40d63b8d59a1638f937aced65fedb5b66bd71660 [file] [log] [blame]
<div>
<ul>
<li>
<div>
<div style="background:yellow; padding:50px;"></div>
<small id="small">x</small>
</div>
</li>
</ul>
</div>
<script>
if (window.testRunner)
testRunner.waitUntilDone();
setTimeout(function() {
// Cleanup
document.getElementById(`small`).style.display=`none`;
if (window.testRunner) {
testRunner.notifyDone();
}
}, 0);
</script>