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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/fast/repaint/selection-partial-invalidation-between-blocks-expected.txt

Issue 2178363002: Auto-rebaseline for r407755 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
OLDNEW
1 { 1 {
2 "name": "Content Root Layer", 2 "name": "Content Root Layer",
3 "bounds": [800, 600], 3 "bounds": [800, 600],
4 "children": [ 4 "children": [
5 { 5 {
6 "name": "LayoutView #document", 6 "name": "LayoutView #document",
7 "bounds": [800, 600], 7 "bounds": [800, 600],
8 "contentsOpaque": true, 8 "contentsOpaque": true,
9 "drawsContent": true, 9 "drawsContent": true,
10 "paintInvalidations": [ 10 "paintInvalidations": [
11 { 11 {
12 "object": "LayoutText #text", 12 "object": "LayoutText #text",
13 "rect": [11, 35, 74, 19], 13 "rect": [11, 35, 74, 19],
14 "reason": "selection" 14 "reason": "selection"
15 }, 15 },
16 { 16 {
17 "object": "LayoutText #text", 17 "object": "LayoutText #text",
18 "rect": [11, 11, 55, 19], 18 "rect": [11, 11, 55, 19],
19 "reason": "selection" 19 "reason": "selection"
20 }, 20 },
21 { 21 {
22 "object": "LayoutText #text", 22 "object": "LayoutText #text",
23 "rect": [82, 35, 3, 19], 23 "rect": [81, 35, 4, 19],
24 "reason": "incremental" 24 "reason": "incremental"
25 }, 25 },
26 { 26 {
27 "object": "LayoutText #text", 27 "object": "LayoutText #text",
28 "rect": [63, 11, 3, 19], 28 "rect": [62, 11, 4, 19],
29 "reason": "incremental" 29 "reason": "incremental"
30 } 30 }
31 ] 31 ]
32 } 32 }
33 ], 33 ],
34 "objectPaintInvalidations": [ 34 "objectPaintInvalidations": [
35 { 35 {
36 "object": "LayoutBlockFlow HTML", 36 "object": "LayoutBlockFlow HTML",
37 "reason": "selection" 37 "reason": "selection"
38 }, 38 },
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
80 "object": "LayoutText #text", 80 "object": "LayoutText #text",
81 "reason": "incremental" 81 "reason": "incremental"
82 }, 82 },
83 { 83 {
84 "object": "InlineTextBox 'Second cell'", 84 "object": "InlineTextBox 'Second cell'",
85 "reason": "incremental" 85 "reason": "incremental"
86 } 86 }
87 ] 87 ]
88 } 88 }
89 89
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698