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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/make-children-non-inline-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, 9 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", 10 "object": "LayoutBlockFlow DIV",
11 "rect": [8, 64, 784, 280], 11 "rect": [8, 64, 784, 280],
12 "reason": "style change" 12 "reason": "style change"
13 }, 13 },
14 { 14 {
15 "object": "LayoutBlockFlow (anonymous)",
16 "rect": [8, 64, 784, 100],
17 "reason": "layoutObject insertion"
18 },
19 {
20 "object": "LayoutBlockFlow (anonymous)",
21 "rect": [8, 264, 784, 80],
22 "reason": "layoutObject insertion"
23 },
24 {
25 "object": "LayoutText #text",
26 "rect": [8, 264, 104, 19],
27 "reason": "style change"
28 },
29 {
30 "object": "LayoutText #text", 15 "object": "LayoutText #text",
31 "rect": [8, 164, 104, 19], 16 "rect": [8, 164, 104, 19],
32 "reason": "layoutObject removal" 17 "reason": "layoutObject removal"
33 }, 18 },
34 { 19 {
35 "object": "LayoutText #text", 20 "object": "LayoutText #text",
36 "rect": [7, 144, 78, 19], 21 "rect": [7, 144, 78, 19],
37 "reason": "style change" 22 "reason": "style change"
38 }, 23 },
39 { 24 {
40 "object": "LayoutText #text", 25 "object": "LayoutText #text",
41 "rect": [7, 144, 78, 19], 26 "rect": [7, 144, 78, 19],
42 "reason": "layoutObject removal" 27 "reason": "layoutObject removal"
43 }, 28 },
44 { 29 {
45 "object": "LayoutText #text", 30 "object": "LayoutText #text",
46 "rect": [8, 104, 77, 19], 31 "rect": [8, 104, 77, 19],
47 "reason": "style change"
48 },
49 {
50 "object": "LayoutText #text",
51 "rect": [8, 104, 77, 19],
52 "reason": "layoutObject removal" 32 "reason": "layoutObject removal"
53 }, 33 },
54 { 34 {
55 "object": "LayoutText #text", 35 "object": "LayoutText #text",
56 "rect": [8, 284, 65, 19],
57 "reason": "style change"
58 },
59 {
60 "object": "LayoutText #text",
61 "rect": [8, 184, 65, 19], 36 "rect": [8, 184, 65, 19],
62 "reason": "layoutObject removal" 37 "reason": "layoutObject removal"
63 }, 38 },
64 { 39 {
65 "object": "LayoutText #text", 40 "object": "LayoutText #text",
66 "rect": [8, 324, 61, 19],
67 "reason": "style change"
68 },
69 {
70 "object": "LayoutText #text",
71 "rect": [8, 224, 61, 19], 41 "rect": [8, 224, 61, 19],
72 "reason": "layoutObject removal" 42 "reason": "layoutObject removal"
73 }, 43 },
74 { 44 {
75 "object": "LayoutText #text", 45 "object": "LayoutText #text",
76 "rect": [7, 84, 43, 19], 46 "rect": [7, 84, 43, 19],
77 "reason": "style change" 47 "reason": "style change"
78 }, 48 },
79 { 49 {
80 "object": "LayoutText #text", 50 "object": "LayoutText #text",
81 "rect": [7, 84, 43, 19], 51 "rect": [7, 84, 43, 19],
82 "reason": "layoutObject removal" 52 "reason": "layoutObject removal"
83 }, 53 },
84 { 54 {
85 "object": "LayoutText #text", 55 "object": "LayoutText #text",
86 "rect": [8, 124, 42, 19], 56 "rect": [8, 124, 42, 19],
87 "reason": "style change"
88 },
89 {
90 "object": "LayoutText #text",
91 "rect": [8, 124, 42, 19],
92 "reason": "layoutObject removal" 57 "reason": "layoutObject removal"
93 }, 58 },
94 { 59 {
95 "object": "LayoutText #text", 60 "object": "LayoutText #text",
96 "rect": [8, 64, 39, 19], 61 "rect": [8, 64, 39, 19],
97 "reason": "style change"
98 },
99 {
100 "object": "LayoutText #text",
101 "rect": [8, 64, 39, 19],
102 "reason": "layoutObject removal" 62 "reason": "layoutObject removal"
103 }, 63 },
104 { 64 {
105 "object": "LayoutText #text", 65 "object": "LayoutText #text",
106 "rect": [8, 304, 27, 19],
107 "reason": "style change"
108 },
109 {
110 "object": "LayoutText #text",
111 "rect": [8, 204, 27, 19], 66 "rect": [8, 204, 27, 19],
112 "reason": "layoutObject removal" 67 "reason": "layoutObject removal"
113 },
114 {
115 "object": "LayoutBlockFlow DIV id='target'",
116 "rect": [8, 164, 10, 100],
117 "reason": "layoutObject insertion"
118 } 68 }
119 ] 69 ]
120 } 70 }
121 ], 71 ],
122 "objectPaintInvalidations": [ 72 "objectPaintInvalidations": [
123 { 73 {
124 "object": "LayoutText #text", 74 "object": "LayoutText #text",
125 "reason": "layoutObject removal" 75 "reason": "layoutObject removal"
126 }, 76 },
127 { 77 {
(...skipping 216 matching lines...) Expand 10 before | Expand all | Expand 10 after
344 "object": "LayoutText #text", 294 "object": "LayoutText #text",
345 "reason": "style change" 295 "reason": "style change"
346 }, 296 },
347 { 297 {
348 "object": "InlineTextBox 'the break.'", 298 "object": "InlineTextBox 'the break.'",
349 "reason": "style change" 299 "reason": "style change"
350 } 300 }
351 ] 301 ]
352 } 302 }
353 303
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698