Index: LayoutTests/platform/win/fast/repaint/selection-gap-overflow-scroll-expected.txt |
diff --git a/LayoutTests/platform/win/fast/repaint/selection-gap-overflow-scroll-expected.txt b/LayoutTests/platform/win/fast/repaint/selection-gap-overflow-scroll-expected.txt |
index de6f0a8037201db4d487583eacff734f2376bbfe..9cdff3a3788269163becb8b45d27f9fd3fafa453 100644 |
--- a/LayoutTests/platform/win/fast/repaint/selection-gap-overflow-scroll-expected.txt |
+++ b/LayoutTests/platform/win/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 40 19) |
- (rect 26 156 35 20) |
-) |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [68, 137, 43, 17], |
+ [26, 154, 39, 18], |
+ [26, 137, 43, 17] |
+ ], |
+ "paintInvalidationClients": [ |
+ "LayoutBlockFlow DIV id='overflow'", |
+ "LayoutText #text", |
+ "InlineTextBox 'Lorem'", |
+ "LayoutBR BR", |
+ "InlineTextBox '\n'", |
+ "LayoutText #text", |
+ "InlineTextBox 'ipsum'" |
+ ] |
+ } |
+ ] |
+} |