Bug 1731994: part 4) Declare more methods around `ContentPermissionRequestBase` ...
[gecko.git] / layout / reftests / css-gradients / large-gradient-4-ref.html
blobee33eedf19924ba800728983d7c495a5c0e0a83d
1 <!--
2 Any copyright is dedicated to the Public Domain.
3 http://creativecommons.org/publicdomain/zero/1.0/
4 -->
5 <!DOCTYPE html>
6 <html lang="en">
7 <meta charset="utf-8">
8 <title>Make sure that large gradient backgrounds are painted even at extreme scroll positions</title>
10 <style>
12 html {
13 background: lime;
14 overflow: hidden;
17 </style>