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

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

Issue 2707063003: Don't invalidate rect if it's covered by fully invalidated parent's visual rect (Closed)
Patch Set: - Created 3 years, 10 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, 43, 786, 20], 11 "rect": [7, 43, 786, 20],
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, 43, 786, 20], 16 "rect": [7, 43, 786, 20],
17 "reason": "forced by layout" 17 "reason": "forced by layout"
18 }, 18 },
19 { 19 {
20 "object": "LayoutBlockFlow DIV id='editor'", 20 "object": "LayoutBlockFlow DIV id='editor'",
21 "rect": [7, 43, 786, 20], 21 "rect": [7, 43, 786, 20],
22 "reason": "forced by layout" 22 "reason": "forced by layout"
23 }, 23 },
24 { 24 {
25 "object": "LayoutBlockFlow DIV id='editor'", 25 "object": "LayoutBlockFlow DIV id='editor'",
26 "rect": [7, 43, 786, 20], 26 "rect": [7, 43, 786, 20],
27 "reason": "forced by layout" 27 "reason": "forced by layout"
28 }, 28 },
29 { 29 {
30 "object": "LayoutText #text",
31 "rect": [8, 44, 23, 17],
32 "reason": "full"
33 },
34 {
35 "object": "LayoutText #text",
36 "rect": [8, 44, 16, 17],
37 "reason": "full"
38 },
39 {
40 "object": "LayoutTextFragment (anonymous)", 30 "object": "LayoutTextFragment (anonymous)",
41 "rect": [30, 44, 9, 17], 31 "rect": [30, 44, 9, 17],
42 "reason": "forced by layout" 32 "reason": "forced by layout"
43 }, 33 },
44 { 34 {
45 "object": "LayoutTextFragment (anonymous)", 35 "object": "LayoutTextFragment (anonymous)",
46 "rect": [23, 44, 9, 17], 36 "rect": [23, 44, 9, 17],
47 "reason": "forced by layout" 37 "reason": "forced by layout"
48 }, 38 },
49 { 39 {
50 "object": "LayoutTextFragment (anonymous)", 40 "object": "LayoutTextFragment (anonymous)",
51 "rect": [23, 44, 9, 17], 41 "rect": [23, 44, 9, 17],
52 "reason": "forced by layout" 42 "reason": "forced by layout"
53 }, 43 },
54 { 44 {
55 "object": "LayoutTextFragment (anonymous)", 45 "object": "LayoutTextFragment (anonymous)",
56 "rect": [15, 44, 9, 17], 46 "rect": [15, 44, 9, 17],
57 "reason": "forced by layout" 47 "reason": "forced by layout"
58 }, 48 },
59 { 49 {
60 "object": "LayoutTextFragment (anonymous)", 50 "object": "LayoutTextFragment (anonymous)",
61 "rect": [15, 44, 9, 17], 51 "rect": [15, 44, 9, 17],
62 "reason": "forced by layout" 52 "reason": "forced by layout"
63 }, 53 },
64 { 54 {
65 "object": "LayoutText #text",
66 "rect": [8, 44, 8, 17],
67 "reason": "layoutObject insertion"
68 },
69 {
70 "object": "LayoutTextFragment (anonymous)", 55 "object": "LayoutTextFragment (anonymous)",
71 "rect": [8, 44, 8, 17], 56 "rect": [8, 44, 8, 17],
72 "reason": "forced by layout" 57 "reason": "forced by layout"
73 } 58 }
74 ] 59 ]
75 } 60 }
76 ], 61 ],
77 "objectPaintInvalidations": [ 62 "objectPaintInvalidations": [
78 { 63 {
79 "object": "LayoutBlockFlow DIV id='editor'", 64 "object": "LayoutBlockFlow DIV id='editor'",
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
167 "object": "LayoutTextFragment (anonymous)", 152 "object": "LayoutTextFragment (anonymous)",
168 "reason": "forced by layout" 153 "reason": "forced by layout"
169 }, 154 },
170 { 155 {
171 "object": "InlineTextBox 'x'", 156 "object": "InlineTextBox 'x'",
172 "reason": "forced by layout" 157 "reason": "forced by layout"
173 } 158 }
174 ] 159 ]
175 } 160 }
176 161
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698