| <!DOCTYPE html> | |
| <style> | |
| ::-webkit-scrollbar { | |
| display: none; | |
| } | |
| </style> | |
| <body style="height: 600px; background: linear-gradient(red, blue); background-size: 800px 600px;"> | |
| <p style="position: absolute; top: 100px"> | |
| Tests painting of fixed background content in scrolled container. | |
| Passes if the background doesn't scroll. | |
| </p> | |
| </body> |