Bug 1298550 - Re-enable the now-passing part of grid-percent-grid-gap-001.html. r...
[gecko.git] / layout / reftests / css-grid / grid-fragmentation-dyn4-023.html
blob9edfa68e7d78ab7d357f52e10c225d0dab045e99
1 <!DOCTYPE HTML>
2 <!--
3 Any copyright is dedicated to the Public Domain.
4 http://creativecommons.org/publicdomain/zero/1.0/
5 -->
6 <html class="reftest-wait"><head>
7 <meta charset="utf-8">
8 <title>CSS Grid Test: test 023 dynamic remove/insert second item, then insert/remove dummy first item</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-023-ref.html">
13 <script src="support/dyn.js"></script>
14 <script>
15 function runTest(text) {
16 document.body.innerHTML = text;
17 dyn4('.grid');
18 document.documentElement.removeAttribute("class");
20 </script>
22 </head>
23 <body onload='dynamicTest("grid-fragmentation-023.html", runTest)'></body>
24 </html>