anonymous-grid-item-002.html (394B)
1 <!DOCTYPE html> 2 <title>Tests merging of anonymous grid-items</title> 3 <link rel="help" href="https://drafts.csswg.org/css-grid-1/#grid-items"> 4 <link rel="match" href="anonymous-grid-items-002-ref.html"> 5 <p>There should be a space between "two" and "words" below.</p> 6 <div style="display:grid">two <span id="remove"></span>words</div> 7 <script> 8 document.body.offsetTop; 9 remove.remove(); 10 </script>