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

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

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

<!DOCTYPE html>
<link rel="help" href="https://crbug.com/470490808">
<div style="text-decoration: underline;">
  <div id="target" style="column-count: 1;">
    text
  </div>
</div>
<script>
document.body.offsetTop;
target.style.float = 'right';
</script>