background-repeat-large-area-ref.html (385B)
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> 9 10 <style> 11 12 html { 13 background-image: url(green-8x20-blue-8x20-vertical.png); 14 overflow: hidden; 15 } 16 17 </style>