Index: LayoutTests/platform/mac/fast/repaint/selection-gap-overflow-scroll-2-expected.txt |
diff --git a/LayoutTests/platform/mac/fast/repaint/selection-gap-overflow-scroll-2-expected.txt b/LayoutTests/platform/mac/fast/repaint/selection-gap-overflow-scroll-2-expected.txt |
index 5ea416e48c219a8fa52d6175cf41c9c5133a6abc..4598f049c05213536ce88518e835724a4ed2981d 100644 |
--- a/LayoutTests/platform/mac/fast/repaint/selection-gap-overflow-scroll-2-expected.txt |
+++ b/LayoutTests/platform/mac/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 119 42 18) |
- (rect 26 137 38 18) |
-) |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [68, 119, 52, 18], |
+ [26, 137, 39, 18], |
+ [26, 119, 43, 18] |
+ ], |
+ "paintInvalidationClients": [ |
+ "LayoutBlockFlow DIV id='overflow'", |
+ "LayoutText #text", |
+ "InlineTextBox 'Lorem'", |
+ "LayoutBR BR", |
+ "InlineTextBox '\n'", |
+ "LayoutText #text", |
+ "InlineTextBox 'ipsum'" |
+ ] |
+ } |
+ ] |
+} |