blob: 3ade075c99cc2009aabc018aa4181b0ff930bea3 [file] [log] [blame]
<!doctype html>
<title>CSS Grid: Do not add non-children of the grid into the grid container</title>
<style>
embed { position: absolute; }
.c1 { animation-delay: 45762s; }
</style>
<p>This test passes if it doesn't crash and it matches the reference.</p>
<div style="display: grid;">
<embed type="something-not-js">
</div>
<highlight class="c1"></highlight>