<!DOCTYPE html> | |
<html> | |
<script> | |
if (window.testRunner) { | |
testRunner.dumpAsText(); | |
} | |
</script> | |
<body> | |
<p>This test should not trigger an ASSERT in isSelfCollapsingBlock() </p> | |
<div style="width:100px;float:left;"> | |
<div style="float:right;"> | |
<a href="#" target="_blank">A</a> | |
</div> | |
<div style="margin-top:-10px;"> | |
<div style="float:left;"></div> | |
<div style="overflow: hidden;"> | |
<div>A</div> | |
</div> | |
</div> | |
</div> | |
</body> | |
</html> | |