Index: LayoutTests/platform/mac/fast/repaint/selection-gap-overflow-scroll-expected.txt |
diff --git a/LayoutTests/platform/mac/fast/repaint/selection-gap-overflow-scroll-expected.txt b/LayoutTests/platform/mac/fast/repaint/selection-gap-overflow-scroll-expected.txt |
index d33db10d2145a6901362e453affee0cec1cf96a1..ab8579caf9cb0bca157831471f9b686984e0ecc0 100644 |
--- a/LayoutTests/platform/mac/fast/repaint/selection-gap-overflow-scroll-expected.txt |
+++ b/LayoutTests/platform/mac/fast/repaint/selection-gap-overflow-scroll-expected.txt |
@@ -1,9 +1,25 @@ |
-Test for http://bugs.webkit.org/show_bug.cgi?id=12590 REGRESSION: Text selection is weird in textareas in Trac wiki editing pages. |
- |
-Lorem |
-ipsum |
-(repaint rects |
- (rect 26 137 42 18) |
- (rect 26 155 38 18) |
-) |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [68, 137, 43, 18], |
+ [26, 155, 39, 18], |
+ [26, 137, 43, 18] |
+ ], |
+ "paintInvalidationClients": [ |
+ "LayoutBlockFlow DIV id='overflow'", |
+ "LayoutText #text", |
+ "InlineTextBox 'Lorem'", |
+ "LayoutBR BR", |
+ "InlineTextBox '\n'", |
+ "LayoutText #text", |
+ "InlineTextBox 'ipsum'" |
+ ] |
+ } |
+ ] |
+} |