Index: LayoutTests/fast/repaint/scroll-in-clipped-layer-expected.txt |
diff --git a/LayoutTests/fast/repaint/scroll-in-clipped-layer-expected.txt b/LayoutTests/fast/repaint/scroll-in-clipped-layer-expected.txt |
index 9829218466c289ab8e1248e0e6f3f87e34271d2b..5603c027fe97a9e03608b74762347985b27f9078 100644 |
--- a/LayoutTests/fast/repaint/scroll-in-clipped-layer-expected.txt |
+++ b/LayoutTests/fast/repaint/scroll-in-clipped-layer-expected.txt |
@@ -6,10 +6,14 @@ |
"contentsOpaque": true, |
"drawsContent": true, |
"repaintRects": [ |
+ [100, 150, 100, 100], |
+ [100, 150, 100, 100], |
[100, 150, 100, 100] |
], |
"paintInvalidationClients": [ |
- "LayoutBlockFlow (positioned) DIV id='moveMe' class='absolute clipped'" |
+ "LayoutBlockFlow (positioned) DIV id='moveMe' class='absolute clipped'", |
+ "LayoutBlockFlow (relative positioned) DIV class='relative green'", |
+ "LayoutBlockFlow (positioned) DIV class='absolute red'" |
] |
} |
] |