1 <!-- Based on fast/repaint/background-image-paint-invalidation.html -->
3 <body style=
"background: ; width: 800px; height: 2000px;">
5 <script src=
"resources/paint-invalidation-test.js" type=
"text/javascript"></script>
7 // Tests that repaint when changing a document background image invalidates the whole document, not just the part that is visible on the screen.
9 window
.expectedPaintInvalidationObjects
= [
10 "LayoutView #document",
11 "LayoutBlockFlow BODY",
13 function paintInvalidationTest() {
14 document
.body
.style
.background
= 'url(../../../fast/repaint/resources/ducky.png)';
16 runPaintInvalidationTest();