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

Side by Side Diff: LayoutTests/platform/linux/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 unified diff | Download patch | Annotate | Revision Log
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, 200, 100], 9 [66, 137, 45, 19],
10 [8, 8, 200, 100] 10 [26, 156, 35, 20],
11 [26, 137, 40, 19]
11 ], 12 ],
12 "paintInvalidationClients": [ 13 "paintInvalidationClients": [
13 "InlineTextBox 'ab'", 14 "LayoutBlockFlow DIV id='overflow'",
14 "LayoutText #text", 15 "LayoutText #text",
15 "InlineFlowBox", 16 "InlineTextBox 'Lorem'",
16 "LayoutInline (relative positioned) SPAN id='target'", 17 "LayoutBR BR",
18 "InlineTextBox '\n'",
17 "LayoutText #text", 19 "LayoutText #text",
18 "RootInlineBox" 20 "InlineTextBox 'ipsum'"
19 ] 21 ]
20 } 22 }
21 ] 23 ]
22 } 24 }
23 25
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698