Status: PASS | Duration: 7ms | Subtests: 1/1 | Open test on wpt.live | Open ref on wpt.live | wpt.fyi
/css/css-grid/grid-items/anonymous-grid-item-001.html
<!DOCTYPE html> <meta charset="utf-8"> <title>CSS Grid Test: Anonymous grid items - non-contiguous text runs - position:absolute</title> <link rel="author" title="Rune Lillesveen" href="mailto:futhark@chromium.org"> <link rel="help" href="https://drafts.csswg.org/css-grid/#grid-items"> <link rel="match" href="/css/css-flexbox/anonymous-flex-item-split-ref.html"> <p>The words "Two" and "lines" should not be on the same line.</p> <div style="display:grid">Two <span style="position:absolute"></span>lines</div>
/css/css-flexbox/anonymous-flex-item-split-ref.html
<!DOCTYPE html> <meta charset="utf-8"> <title>CSS Reftest Reference</title> <link rel="author" title="Rune Lillesveen" href="mailto:futhark@chromium.org"> <p>The words "Two" and "lines" should not be on the same line.</p> Two<br> lines