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

Unified Diff: LayoutTests/platform/win-xp/fast/repaint/selection-gap-overflow-scroll-2-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-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'"
+ ]
+ }
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698