Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(60)

Unified Diff: LayoutTests/platform/win/fast/repaint/selection-gap-overflow-scroll-expected.txt

Issue 1271253005: Auto-rebaseline for r200178 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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'"
+ ]
+ }
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698