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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/paint/invalidation/line-flow-with-floats-8-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 P", 10 "object": "LayoutBlockFlow P",
11 "rect": [8, 74, 418, 498], 11 "rect": [8, 74, 418, 498],
12 "reason": "forced by layout" 12 "reason": "forced by layout"
13 }, 13 },
14 { 14 {
15 "object": "LayoutText #text", 15 "object": "LayoutText #text",
16 "rect": [14, 242, 406, 125],
17 "reason": "forced by layout"
18 },
19 {
20 "object": "LayoutText #text",
21 "rect": [14, 188, 406, 71],
22 "reason": "forced by layout"
23 },
24 {
25 "object": "LayoutText #text",
26 "rect": [14, 404, 355, 71],
27 "reason": "forced by layout"
28 },
29 {
30 "object": "LayoutText #text",
31 "rect": [14, 368, 355, 53],
32 "reason": "forced by layout"
33 },
34 {
35 "object": "LayoutText #text",
36 "rect": [14, 404, 355, 35], 16 "rect": [14, 404, 355, 35],
37 "reason": "forced by layout" 17 "reason": "forced by layout"
38 }, 18 },
39 { 19 {
40 "object": "LayoutText #text",
41 "rect": [14, 80, 354, 107],
42 "reason": "forced by layout"
43 },
44 {
45 "object": "LayoutText #text",
46 "rect": [14, 368, 336, 17],
47 "reason": "forced by layout"
48 },
49 {
50 "object": "LayoutText #text",
51 "rect": [65, 368, 304, 17],
52 "reason": "forced by layout"
53 },
54 {
55 "object": "LayoutText #text",
56 "rect": [178, 350, 146, 17],
57 "reason": "forced by layout"
58 },
59 {
60 "object": "LayoutText #text",
61 "rect": [127, 350, 145, 17],
62 "reason": "forced by layout"
63 },
64 {
65 "object": "LayoutBlockFlow (floating) SPAN id='blueFloat'", 20 "object": "LayoutBlockFlow (floating) SPAN id='blueFloat'",
66 "rect": [14, 353, 48, 65], 21 "rect": [14, 353, 48, 65],
67 "reason": "layoutObject removal" 22 "reason": "layoutObject removal"
68 }, 23 },
69 { 24 {
70 "object": "LayoutText #text", 25 "object": "LayoutText #text",
71 "rect": [14, 188, 40, 17], 26 "rect": [14, 188, 40, 17],
72 "reason": "forced by layout" 27 "reason": "forced by layout"
73 } 28 }
74 ] 29 ]
(...skipping 212 matching lines...) Expand 10 before | Expand all | Expand 10 after
287 "object": "InlineTextBox 'her head!\u2019'", 242 "object": "InlineTextBox 'her head!\u2019'",
288 "reason": "forced by layout" 243 "reason": "forced by layout"
289 }, 244 },
290 { 245 {
291 "object": "InlineTextBox 'about once in a minute.\n'", 246 "object": "InlineTextBox 'about once in a minute.\n'",
292 "reason": "forced by layout" 247 "reason": "forced by layout"
293 } 248 }
294 ] 249 ]
295 } 250 }
296 251
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698