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

Side by Side 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 unified diff | Download patch
OLDNEW
1 { 1 {
2 "bounds": [800, 600], 2 "bounds": [800, 600],
3 "children": [ 3 "children": [
4 { 4 {
5 "bounds": [800, 600], 5 "bounds": [800, 600],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "repaintRects": [ 8 "repaintRects": [
9 [8, 8, 48, 32] 9 [24, 8, 16, 16],
10 [8, 24, 16, 16],
11 [8, 8, 16, 16]
10 ], 12 ],
11 "paintInvalidationClients": [ 13 "paintInvalidationClients": [
12 "LayoutBlockFlow HTML", 14 "LayoutBlockFlow HTML",
13 "LayoutBlockFlow BODY", 15 "LayoutBlockFlow BODY",
14 "LayoutBlockFlow DIV id='container'", 16 "LayoutBlockFlow DIV id='container'",
15 "LayoutText #text", 17 "LayoutText #text",
16 "InlineTextBox 'xx'", 18 "InlineTextBox 'a'",
17 "InlineTextBox 'y'" 19 "LayoutBR BR",
20 "InlineTextBox '\n'",
21 "LayoutText #text",
22 "InlineTextBox 'b'"
18 ] 23 ]
19 } 24 }
20 ] 25 ]
21 } 26 }
22 27
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698