2 Any copyright is dedicated to the Public Domain.
3 http://creativecommons.org/publicdomain/zero/1.0/
6 <html lang=
"en" class=
"reftest-wait">
8 <title>Make sure that large gradient backgrounds are painted even at extreme scroll positions
</title>
9 <!-- See https://bugzilla.mozilla.org/show_bug.cgi?id=1011166 -->
20 height:
204000px; /* =
255 *
800 */
21 background-image: linear-gradient(rgb(
0,
0,
0)
0px, rgb(
255,
255,
255)
204000px);
26 background-color: red;
35 window
.addEventListener("MozReftestInvalidate", function () {
36 document
.documentElement
.scrollTop
= 210 * 800; // 168000 > 131072 == 2^17
37 document
.documentElement
.removeAttribute("class");