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

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: Rebaseline on Linux 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",
31 "rect": [8, 164, 104, 19],
32 "reason": "layoutObject removal"
33 },
34 {
35 "object": "LayoutText #text", 15 "object": "LayoutText #text",
36 "rect": [7, 144, 78, 19], 16 "rect": [7, 144, 78, 19],
37 "reason": "style change" 17 "reason": "style change"
38 }, 18 },
39 { 19 {
40 "object": "LayoutText #text", 20 "object": "LayoutText #text",
41 "rect": [7, 144, 78, 19], 21 "rect": [7, 144, 78, 19],
42 "reason": "layoutObject removal" 22 "reason": "layoutObject removal"
43 }, 23 },
44 { 24 {
45 "object": "LayoutText #text", 25 "object": "LayoutText #text",
46 "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"
53 },
54 {
55 "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],
62 "reason": "layoutObject removal"
63 },
64 {
65 "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],
72 "reason": "layoutObject removal"
73 },
74 {
75 "object": "LayoutText #text",
76 "rect": [7, 84, 43, 19], 26 "rect": [7, 84, 43, 19],
77 "reason": "style change" 27 "reason": "style change"
78 }, 28 },
79 { 29 {
80 "object": "LayoutText #text", 30 "object": "LayoutText #text",
81 "rect": [7, 84, 43, 19], 31 "rect": [7, 84, 43, 19],
82 "reason": "layoutObject removal" 32 "reason": "layoutObject removal"
83 },
84 {
85 "object": "LayoutText #text",
86 "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"
93 },
94 {
95 "object": "LayoutText #text",
96 "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"
103 },
104 {
105 "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],
112 "reason": "layoutObject removal"
113 },
114 {
115 "object": "LayoutBlockFlow DIV id='target'",
116 "rect": [8, 164, 10, 100],
117 "reason": "layoutObject insertion"
118 } 33 }
119 ] 34 ]
120 } 35 }
121 ], 36 ],
122 "objectPaintInvalidations": [ 37 "objectPaintInvalidations": [
123 { 38 {
124 "object": "LayoutText #text", 39 "object": "LayoutText #text",
125 "reason": "layoutObject removal" 40 "reason": "layoutObject removal"
126 }, 41 },
127 { 42 {
(...skipping 216 matching lines...) Expand 10 before | Expand all | Expand 10 after
344 "object": "LayoutText #text", 259 "object": "LayoutText #text",
345 "reason": "style change" 260 "reason": "style change"
346 }, 261 },
347 { 262 {
348 "object": "InlineTextBox 'the break.'", 263 "object": "InlineTextBox 'the break.'",
349 "reason": "style change" 264 "reason": "style change"
350 } 265 }
351 ] 266 ]
352 } 267 }
353 268
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698