Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!DOCTYPE html>
<title>Tests merging of anonymous grid-items</title>
<link rel="match" href="anonymous-grid-items-002-ref.html">
<p>There should be a space between "two" and "words" below.</p>
<div style="display:grid">two <span id="remove"></span>words</div>
<script>
document.body.offsetTop;
remove.remove();
</script>