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

Unified Diff: LayoutTests/paint/selection/invalidation-rect-with-br-includes-newline-expected.txt

Issue 1350973003: Invalidate line break selection rects when selected. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Don't need redundant early-out for selection rect. Created 5 years, 3 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/paint/selection/invalidation-rect-with-br-includes-newline-expected.txt
diff --git a/LayoutTests/paint/selection/invalidation-rect-includes-newline-expected.txt b/LayoutTests/paint/selection/invalidation-rect-with-br-includes-newline-expected.txt
similarity index 63%
copy from LayoutTests/paint/selection/invalidation-rect-includes-newline-expected.txt
copy to LayoutTests/paint/selection/invalidation-rect-with-br-includes-newline-expected.txt
index 882a685ef9ffc165baf9039eb99c66b3c8345e6c..eac19303ba386c63ef95ee258816d2adef3554ad 100644
--- a/LayoutTests/paint/selection/invalidation-rect-includes-newline-expected.txt
+++ b/LayoutTests/paint/selection/invalidation-rect-with-br-includes-newline-expected.txt
@@ -6,15 +6,20 @@
"contentsOpaque": true,
"drawsContent": true,
"repaintRects": [
- [8, 8, 48, 32]
+ [24, 8, 16, 16],
+ [8, 24, 16, 16],
+ [8, 8, 16, 16]
],
"paintInvalidationClients": [
"LayoutBlockFlow HTML",
"LayoutBlockFlow BODY",
"LayoutBlockFlow DIV id='container'",
"LayoutText #text",
- "InlineTextBox 'xx'",
- "InlineTextBox 'y'"
+ "InlineTextBox 'a'",
+ "LayoutBR BR",
+ "InlineTextBox '\n'",
+ "LayoutText #text",
+ "InlineTextBox 'b'"
]
}
]

Powered by Google App Engine
This is Rietveld 408576698