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