Bug 1874684 - Part 17: Fix uninitialised variable warnings from clang-tidy. r=allstarschh
[gecko.git] / layout / reftests / backgrounds / background-repeat-large-area-ref.html
blob17d8545554fa28c622c81e73c9981304f18d3017
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 repeated background images are painted even at extreme scroll positions</title>
10 <style>
12 html {
13 background-image: url(green-8x20-blue-8x20-vertical.png);
14 overflow: hidden;
17 </style>