| Index: LayoutTests/paint/overflow/fixed-background-scroll-window-expected.html
|
| diff --git a/LayoutTests/paint/overflow/fixed-background-scroll-window-expected.html b/LayoutTests/paint/overflow/fixed-background-scroll-window-expected.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..b8a482d3eb22a312a8d0b2406beb101e2eeef6d9
|
| --- /dev/null
|
| +++ b/LayoutTests/paint/overflow/fixed-background-scroll-window-expected.html
|
| @@ -0,0 +1,12 @@
|
| +<!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>
|
|
|