anonymous-grid-item-001.html (513B)
1 <!DOCTYPE html> 2 <meta charset="utf-8"> 3 <title>CSS Grid Test: Anonymous grid items - non-contiguous text runs - position:absolute</title> 4 <link rel="author" title="Rune Lillesveen" href="mailto:futhark@chromium.org"> 5 <link rel="help" href="https://drafts.csswg.org/css-grid/#grid-items"> 6 <link rel="match" href="/css/css-flexbox/anonymous-flex-item-split-ref.html"> 7 <p>The words "Two" and "lines" should not be on the same line.</p> 8 <div style="display:grid">Two <span style="position:absolute"></span>lines</div>