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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/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, 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 P", 10 "object": "LayoutBlockFlow P",
11 "rect": [8, 74, 418, 526], 11 "rect": [8, 74, 418, 526],
12 "reason": "forced by layout" 12 "reason": "forced by layout"
13 }, 13 },
14 { 14 {
15 "object": "LayoutText #text", 15 "object": "LayoutText #text",
16 "rect": [13, 240, 408, 139],
17 "reason": "forced by layout"
18 },
19 {
20 "object": "LayoutText #text",
21 "rect": [13, 500, 408, 99],
22 "reason": "forced by layout"
23 },
24 {
25 "object": "LayoutText #text",
26 "rect": [13, 480, 408, 99],
27 "reason": "forced by layout"
28 },
29 {
30 "object": "LayoutText #text",
31 "rect": [14, 180, 406, 79],
32 "reason": "forced by layout"
33 },
34 {
35 "object": "LayoutText #text",
36 "rect": [13, 440, 356, 59],
37 "reason": "forced by layout"
38 },
39 {
40 "object": "LayoutText #text",
41 "rect": [14, 80, 355, 119],
42 "reason": "forced by layout"
43 },
44 {
45 "object": "LayoutText #text",
46 "rect": [14, 420, 355, 59],
47 "reason": "forced by layout"
48 },
49 {
50 "object": "LayoutText #text",
51 "rect": [14, 380, 354, 59],
52 "reason": "forced by layout"
53 },
54 {
55 "object": "LayoutText #text",
56 "rect": [65, 380, 304, 59],
57 "reason": "forced by layout"
58 },
59 {
60 "object": "LayoutText #text",
61 "rect": [14, 380, 298, 19],
62 "reason": "forced by layout"
63 },
64 {
65 "object": "LayoutText #text",
66 "rect": [65, 380, 287, 19],
67 "reason": "forced by layout"
68 },
69 {
70 "object": "LayoutText #text",
71 "rect": [134, 360, 131, 19],
72 "reason": "forced by layout"
73 },
74 {
75 "object": "LayoutText #text",
76 "rect": [83, 360, 131, 19],
77 "reason": "forced by layout"
78 },
79 {
80 "object": "LayoutText #text",
81 "rect": [303, 420, 66, 19], 16 "rect": [303, 420, 66, 19],
82 "reason": "forced by layout" 17 "reason": "forced by layout"
83 }, 18 },
84 { 19 {
85 "object": "LayoutText #text", 20 "object": "LayoutText #text",
86 "rect": [143, 420, 64, 19], 21 "rect": [143, 420, 64, 19],
87 "reason": "forced by layout" 22 "reason": "forced by layout"
88 }, 23 },
89 { 24 {
90 "object": "LayoutBlockFlow (floating) SPAN id='blueFloat'", 25 "object": "LayoutBlockFlow (floating) SPAN id='blueFloat'",
(...skipping 254 matching lines...) Expand 10 before | Expand all | Expand 10 after
345 "object": "InlineTextBox 'They\u2019re dreadfully fond of beheading people here; the great'", 280 "object": "InlineTextBox 'They\u2019re dreadfully fond of beheading people here; the great'",
346 "reason": "forced by layout" 281 "reason": "forced by layout"
347 }, 282 },
348 { 283 {
349 "object": "InlineTextBox 'wonder is, that there\u2018s any one left alive! \u2019'", 284 "object": "InlineTextBox 'wonder is, that there\u2018s any one left alive! \u2019'",
350 "reason": "forced by layout" 285 "reason": "forced by layout"
351 } 286 }
352 ] 287 ]
353 } 288 }
354 289
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698