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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/invalidate-caret-in-non-composited-scrolling-container-expected.txt

Issue 2402213002: Auto-rebaseline for r424089 (Closed)
Patch Set: Created 4 years, 2 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 "layers": [
3 "bounds": [800, 600],
4 "children": [
5 { 3 {
6 "name": "LayoutView #document", 4 "name": "LayoutView #document",
7 "bounds": [800, 600], 5 "bounds": [800, 600],
8 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true
8 },
9 {
10 "name": "LayoutTextControl INPUT id='root'",
11 "position": [7, 7],
12 "bounds": [66, 24],
9 "drawsContent": true, 13 "drawsContent": true,
10 "children": [ 14 "backgroundColor": "#FFFFFF",
15 "paintInvalidations": [
11 { 16 {
12 "name": "LayoutTextControl INPUT id='root'", 17 "object": "LayoutTextControl INPUT id='root'",
13 "position": [7, 7], 18 "rect": [0, 0, 66, 24],
14 "bounds": [66, 24], 19 "reason": "subtree"
15 "drawsContent": true, 20 },
16 "backgroundColor": "#FFFFFF", 21 {
17 "paintInvalidations": [ 22 "object": "LayoutTextControl INPUT id='root'",
18 { 23 "rect": [0, 0, 64, 22],
19 "object": "LayoutTextControl INPUT id='root'", 24 "reason": "full"
20 "rect": [0, 0, 66, 24], 25 },
21 "reason": "subtree" 26 {
22 }, 27 "object": "LayoutBlockFlow DIV id='inner-editor'",
23 { 28 "rect": [3, 4, 60, 16],
24 "object": "LayoutTextControl INPUT id='root'", 29 "reason": "subtree"
25 "rect": [0, 0, 64, 22], 30 },
26 "reason": "full" 31 {
27 }, 32 "object": "LayoutText #text",
28 { 33 "rect": [3, 4, 60, 16],
29 "object": "LayoutBlockFlow DIV id='inner-editor'", 34 "reason": "subtree"
30 "rect": [3, 4, 60, 16], 35 },
31 "reason": "subtree" 36 {
32 }, 37 "object": "LayoutText #text",
33 { 38 "rect": [60, 4, 3, 16],
34 "object": "LayoutText #text", 39 "reason": "invalidate paint rectangle"
35 "rect": [3, 4, 60, 16], 40 },
36 "reason": "subtree" 41 {
37 }, 42 "object": "LayoutText #text",
38 { 43 "rect": [60, 4, 3, 16],
39 "object": "LayoutText #text", 44 "reason": "invalidate paint rectangle"
40 "rect": [60, 4, 3, 16], 45 },
41 "reason": "invalidate paint rectangle" 46 {
42 }, 47 "object": "LayoutText #text",
43 { 48 "rect": [60, 4, 3, 16],
44 "object": "LayoutText #text", 49 "reason": "invalidate paint rectangle"
45 "rect": [60, 4, 3, 16],
46 "reason": "invalidate paint rectangle"
47 },
48 {
49 "object": "LayoutText #text",
50 "rect": [60, 4, 3, 16],
51 "reason": "invalidate paint rectangle"
52 }
53 ]
54 } 50 }
55 ] 51 ]
56 } 52 }
57 ], 53 ],
58 "objectPaintInvalidations": [ 54 "objectPaintInvalidations": [
59 { 55 {
60 "object": "Caret", 56 "object": "Caret",
61 "reason": "invalidate paint rectangle" 57 "reason": "invalidate paint rectangle"
62 }, 58 },
63 { 59 {
(...skipping 24 matching lines...) Expand all
88 "object": "LayoutText #text", 84 "object": "LayoutText #text",
89 "reason": "subtree" 85 "reason": "subtree"
90 }, 86 },
91 { 87 {
92 "object": "InlineTextBox 'test test test'", 88 "object": "InlineTextBox 'test test test'",
93 "reason": "subtree" 89 "reason": "subtree"
94 } 90 }
95 ] 91 ]
96 } 92 }
97 93
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698