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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/caret-contenteditable-content-after-expected.txt

Issue 2872423002: Tweak PaintInvalidationReasons (Closed)
Patch Set: Rebaseline-cl Created 3 years, 7 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 "layers": [ 2 "layers": [
3 { 3 {
4 "name": "LayoutView #document", 4 "name": "LayoutView #document",
5 "bounds": [800, 600], 5 "bounds": [800, 600],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "paintInvalidations": [ 8 "paintInvalidations": [
9 { 9 {
10 "object": "LayoutBlockFlow DIV id='editor'", 10 "object": "LayoutBlockFlow DIV id='editor'",
11 "rect": [7, 47, 786, 22], 11 "rect": [7, 47, 786, 22],
12 "reason": "style change" 12 "reason": "style change"
13 }, 13 },
14 { 14 {
15 "object": "LayoutBlockFlow DIV id='editor'", 15 "object": "LayoutBlockFlow DIV id='editor'",
16 "rect": [7, 47, 786, 22], 16 "rect": [7, 47, 786, 22],
17 "reason": "forced by layout" 17 "reason": "geometry"
18 }, 18 },
19 { 19 {
20 "object": "LayoutBlockFlow DIV id='editor'", 20 "object": "LayoutBlockFlow DIV id='editor'",
21 "rect": [7, 47, 786, 22], 21 "rect": [7, 47, 786, 22],
22 "reason": "forced by layout" 22 "reason": "geometry"
23 }, 23 },
24 { 24 {
25 "object": "LayoutBlockFlow DIV id='editor'", 25 "object": "LayoutBlockFlow DIV id='editor'",
26 "rect": [7, 47, 786, 22], 26 "rect": [7, 47, 786, 22],
27 "reason": "forced by layout" 27 "reason": "geometry"
28 }, 28 },
29 { 29 {
30 "object": "LayoutTextFragment (anonymous)", 30 "object": "LayoutTextFragment (anonymous)",
31 "rect": [30, 48, 8, 19], 31 "rect": [30, 48, 8, 19],
32 "reason": "forced by layout" 32 "reason": "geometry"
33 }, 33 },
34 { 34 {
35 "object": "LayoutTextFragment (anonymous)", 35 "object": "LayoutTextFragment (anonymous)",
36 "rect": [23, 48, 8, 19], 36 "rect": [23, 48, 8, 19],
37 "reason": "forced by layout" 37 "reason": "geometry"
38 }, 38 },
39 { 39 {
40 "object": "LayoutTextFragment (anonymous)", 40 "object": "LayoutTextFragment (anonymous)",
41 "rect": [23, 48, 8, 19], 41 "rect": [23, 48, 8, 19],
42 "reason": "forced by layout" 42 "reason": "geometry"
43 }, 43 },
44 { 44 {
45 "object": "LayoutTextFragment (anonymous)", 45 "object": "LayoutTextFragment (anonymous)",
46 "rect": [15, 48, 8, 19], 46 "rect": [15, 48, 8, 19],
47 "reason": "forced by layout" 47 "reason": "geometry"
48 }, 48 },
49 { 49 {
50 "object": "LayoutTextFragment (anonymous)", 50 "object": "LayoutTextFragment (anonymous)",
51 "rect": [15, 48, 8, 19], 51 "rect": [15, 48, 8, 19],
52 "reason": "forced by layout" 52 "reason": "geometry"
53 }, 53 },
54 { 54 {
55 "object": "LayoutTextFragment (anonymous)", 55 "object": "LayoutTextFragment (anonymous)",
56 "rect": [8, 48, 8, 19], 56 "rect": [8, 48, 8, 19],
57 "reason": "forced by layout" 57 "reason": "geometry"
58 } 58 }
59 ] 59 ]
60 } 60 }
61 ], 61 ],
62 "objectPaintInvalidations": [ 62 "objectPaintInvalidations": [
63 { 63 {
64 "object": "LayoutBlockFlow DIV id='editor'", 64 "object": "LayoutBlockFlow DIV id='editor'",
65 "reason": "style change" 65 "reason": "style change"
66 }, 66 },
67 { 67 {
68 "object": "RootInlineBox", 68 "object": "RootInlineBox",
69 "reason": "style change" 69 "reason": "style change"
70 }, 70 },
71 { 71 {
72 "object": "Caret", 72 "object": "Caret",
73 "reason": "caret" 73 "reason": "caret"
74 }, 74 },
75 { 75 {
76 "object": "LayoutBlockFlow DIV id='editor'", 76 "object": "LayoutBlockFlow DIV id='editor'",
77 "reason": "forced by layout" 77 "reason": "geometry"
78 }, 78 },
79 { 79 {
80 "object": "RootInlineBox", 80 "object": "RootInlineBox",
81 "reason": "forced by layout" 81 "reason": "geometry"
82 }, 82 },
83 { 83 {
84 "object": "Caret", 84 "object": "Caret",
85 "reason": "caret" 85 "reason": "caret"
86 }, 86 },
87 { 87 {
88 "object": "LayoutText #text", 88 "object": "LayoutText #text",
89 "reason": "layoutObject insertion" 89 "reason": "appeared"
90 }, 90 },
91 { 91 {
92 "object": "InlineTextBox 'a'", 92 "object": "InlineTextBox 'a'",
93 "reason": "layoutObject insertion" 93 "reason": "appeared"
94 }, 94 },
95 { 95 {
96 "object": "LayoutTextFragment (anonymous)", 96 "object": "LayoutTextFragment (anonymous)",
97 "reason": "forced by layout" 97 "reason": "geometry"
98 }, 98 },
99 { 99 {
100 "object": "InlineTextBox 'x'", 100 "object": "InlineTextBox 'x'",
101 "reason": "forced by layout" 101 "reason": "geometry"
102 }, 102 },
103 { 103 {
104 "object": "LayoutBlockFlow DIV id='editor'", 104 "object": "LayoutBlockFlow DIV id='editor'",
105 "reason": "forced by layout" 105 "reason": "geometry"
106 }, 106 },
107 { 107 {
108 "object": "RootInlineBox", 108 "object": "RootInlineBox",
109 "reason": "forced by layout" 109 "reason": "geometry"
110 }, 110 },
111 { 111 {
112 "object": "Caret", 112 "object": "Caret",
113 "reason": "caret" 113 "reason": "caret"
114 }, 114 },
115 { 115 {
116 "object": "LayoutText #text", 116 "object": "LayoutText #text",
117 "reason": "full" 117 "reason": "full"
118 }, 118 },
119 { 119 {
120 "object": "InlineTextBox 'ab'", 120 "object": "InlineTextBox 'ab'",
121 "reason": "full" 121 "reason": "full"
122 }, 122 },
123 { 123 {
124 "object": "LayoutTextFragment (anonymous)", 124 "object": "LayoutTextFragment (anonymous)",
125 "reason": "forced by layout" 125 "reason": "geometry"
126 }, 126 },
127 { 127 {
128 "object": "InlineTextBox 'x'", 128 "object": "InlineTextBox 'x'",
129 "reason": "forced by layout" 129 "reason": "geometry"
130 }, 130 },
131 { 131 {
132 "object": "LayoutBlockFlow DIV id='editor'", 132 "object": "LayoutBlockFlow DIV id='editor'",
133 "reason": "forced by layout" 133 "reason": "geometry"
134 }, 134 },
135 { 135 {
136 "object": "RootInlineBox", 136 "object": "RootInlineBox",
137 "reason": "forced by layout" 137 "reason": "geometry"
138 }, 138 },
139 { 139 {
140 "object": "Caret", 140 "object": "Caret",
141 "reason": "caret" 141 "reason": "caret"
142 }, 142 },
143 { 143 {
144 "object": "LayoutText #text", 144 "object": "LayoutText #text",
145 "reason": "full" 145 "reason": "full"
146 }, 146 },
147 { 147 {
148 "object": "InlineTextBox 'abc'", 148 "object": "InlineTextBox 'abc'",
149 "reason": "full" 149 "reason": "full"
150 }, 150 },
151 { 151 {
152 "object": "LayoutTextFragment (anonymous)", 152 "object": "LayoutTextFragment (anonymous)",
153 "reason": "forced by layout" 153 "reason": "geometry"
154 }, 154 },
155 { 155 {
156 "object": "InlineTextBox 'x'", 156 "object": "InlineTextBox 'x'",
157 "reason": "forced by layout" 157 "reason": "geometry"
158 } 158 }
159 ] 159 ]
160 } 160 }
161 161
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698