blob: 828e16b80735cc90cd43a2df7aabd923f63e7a73 [file] [log] [blame]
<!DOCTYPE html>
<script src="../../resources/run-after-layout-and-paint.js"></script>
<script>
onload = function() {
runAfterLayoutAndPaint(function() {
block.style.display = 'none';
}, true);
};
</script>
<span>Tests</span> anonymous block is collapsed. Passes if this line doesn't change when 'Block' disappears.
<div id="block">Block</div>