summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-grid/grid-model/reference/grid-layout-stale-001-ref.html
blob: 3ade075c99cc2009aabc018aa4181b0ff930bea3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!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>