wpt / css / css-align / blocks / align-content-block-dynamic-content.html

Status: FAIL | Duration: 9ms | Subtests: 0/1 | Open test on wpt.live | Open ref on wpt.live | wpt.fyi

/css/css-align/blocks/align-content-block-dynamic-content.html

<!DOCTYPE html>
<link rel="help" href="https://issues.chromium.org/issues/353898969">
<link rel="match" href="align-content-block-dynamic-content-ref.html">
<div style="width: 100px; height: 100px; align-content: center; border: solid 3px;">
  text text text text text text text text
  <span id="target"></span>
</div>
<script>
document.body.offsetTop;
document.getElementById('target').innerText = "text";
</script>

/css/css-align/blocks/align-content-block-dynamic-content-ref.html

<!DOCTYPE html>
<div style="width: 100px; height: 100px; align-content: center; border: solid 3px;">
  text text text text text text text text
  <span>text</span>
</div>