Index: LayoutTests/platform/win-xp/fast/repaint/selection-gap-overflow-scroll-2-expected.txt |
diff --git a/LayoutTests/platform/win-xp/fast/repaint/selection-gap-overflow-scroll-2-expected.txt b/LayoutTests/platform/win-xp/fast/repaint/selection-gap-overflow-scroll-2-expected.txt |
index f2e436bbdf6eb3765213beb73dc6fb292894af5c..23fb91a16329008960758b7b9a74bc8267ca7747 100644 |
--- a/LayoutTests/platform/win-xp/fast/repaint/selection-gap-overflow-scroll-2-expected.txt |
+++ b/LayoutTests/platform/win-xp/fast/repaint/selection-gap-overflow-scroll-2-expected.txt |
@@ -1,9 +1,25 @@ |
-Test for https://bugs.webkit.org/show_bug.cgi?id=34946 REGRESSION: Selection painting issue in bug review textbox. |
- |
-Lorem |
-ipsum |
-(repaint rects |
- (rect 26 136 35 20) |
- (rect 26 117 40 19) |
-) |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [66, 117, 54, 19], |
+ [26, 136, 35, 20], |
+ [26, 117, 40, 19] |
+ ], |
+ "paintInvalidationClients": [ |
+ "LayoutBlockFlow DIV id='overflow'", |
+ "LayoutText #text", |
+ "InlineTextBox 'Lorem'", |
+ "LayoutBR BR", |
+ "InlineTextBox '\n'", |
+ "LayoutText #text", |
+ "InlineTextBox 'ipsum'" |
+ ] |
+ } |
+ ] |
+} |