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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/invalidate-caret-in-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],
21 "reason": "subtree"
22 },
23 {
24 "object": "LayoutTextControl INPUT id='root'",
25 "rect": [0, 0, 64, 22],
26 "reason": "full"
27 }
28 ],
29 "children": [
30 {
31 "name": "LayoutBlockFlow DIV id='inner-editor'",
32 "position": [3, 4],
33 "bounds": [60, 16],
34 "shouldFlattenTransform": false,
35 "drawsContent": true,
36 "children": [
37 {
38 "name": "Scrolling Layer",
39 "bounds": [60, 16],
40 "shouldFlattenTransform": false,
41 "children": [
42 {
43 "name": "Scrolling Contents Layer",
44 "bounds": [75, 16],
45 "drawsContent": true,
46 "paintInvalidations": [
47 {
48 "object": "LayoutText #text",
49 "rect": [72, -1, 3, 18],
50 "reason": "invalidate paint rectangle"
51 }
52 ]
53 }
54 ]
55 },
56 {
57 "name": "Overflow Controls Host Layer",
58 "bounds": [60, 16],
59 "children": [
60 {
61 "name": "Horizontal Scrollbar Layer",
62 "position": [0, 16],
63 "bounds": [60, 0],
64 "drawsContent": true
65 },
66 {
67 "name": "Vertical Scrollbar Layer",
68 "position": [60, 0],
69 "bounds": [0, 16],
70 "drawsContent": true
71 }
72 ]
73 }
74 ]
75 }
76 ]
77 } 25 }
78 ] 26 ]
27 },
28 {
29 "name": "LayoutBlockFlow DIV id='inner-editor'",
30 "position": [3, 4],
31 "bounds": [60, 16],
32 "shouldFlattenTransform": false,
33 "drawsContent": true
34 },
35 {
36 "name": "Scrolling Layer",
37 "bounds": [60, 16],
38 "shouldFlattenTransform": false
39 },
40 {
41 "name": "Scrolling Contents Layer",
42 "bounds": [75, 16],
43 "drawsContent": true,
44 "paintInvalidations": [
45 {
46 "object": "LayoutText #text",
47 "rect": [72, -1, 3, 18],
48 "reason": "invalidate paint rectangle"
49 }
50 ]
51 },
52 {
53 "name": "Overflow Controls Host Layer",
54 "bounds": [60, 16]
55 },
56 {
57 "name": "Horizontal Scrollbar Layer",
58 "position": [0, 16],
59 "bounds": [60, 0],
60 "drawsContent": true
61 },
62 {
63 "name": "Vertical Scrollbar Layer",
64 "position": [60, 0],
65 "bounds": [0, 16],
66 "drawsContent": true
79 } 67 }
80 ], 68 ],
81 "objectPaintInvalidations": [ 69 "objectPaintInvalidations": [
82 { 70 {
83 "object": "Caret", 71 "object": "Caret",
84 "reason": "invalidate paint rectangle" 72 "reason": "invalidate paint rectangle"
85 }, 73 },
86 { 74 {
87 "object": "LayoutTextControl INPUT id='root'", 75 "object": "LayoutTextControl INPUT id='root'",
88 "reason": "subtree" 76 "reason": "subtree"
89 } 77 }
90 ] 78 ]
91 } 79 }
92 80
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698