wpt / css / CSS2 / floats / crashtests / float-dynamic-change-7.html

Status: PASS | Duration: 12ms | Subtests: 1/1 | Open test on wpt.live | wpt.fyi

/css/CSS2/floats/crashtests/float-dynamic-change-7.html

<!DOCTYPE html>
<div id="target"></div>
<div contenteditable style="display:contents">X</div>
<script>
document.body.offsetTop;
target.style.float = 'left';
</script>