3 Any copyright is dedicated to the Public Domain.
4 http://creativecommons.org/publicdomain/zero/1.0/
6 <html class=
"reftest-wait"><head>
8 <title>CSS Grid Test: test
021 dynamic insert/remove
20 dummy items at the start
</title>
9 <link rel=
"author" title=
"Mats Palmgren" href=
"https://bugzilla.mozilla.org/show_bug.cgi?id=1144096">
10 <link rel=
"help" href=
"https://drafts.csswg.org/css-grid/#pagination">
11 <link rel=
"match" href=
"grid-fragmentation-021-ref.html">
13 <script src=
"support/dyn.js"></script>
15 function runTest(text
) {
16 document
.body
.innerHTML
= text
;
18 document
.documentElement
.removeAttribute("class");
23 <body onload='dynamicTest(
"grid-fragmentation-021.html", runTest)'
></body>