summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/repaint/window-resize-background-image-generated.html
blob: 0f1df21713020676ef1dd856c2aa13cc7aff2380 (plain)
1
2
3
4
5
6
7
8
<!DOCTYPE html>
<script src="resources/window-resize-repaint.js"></script>
<style>
body {
    background-image: linear-gradient(red, blue);
    background-attachment: fixed;
}
</style>