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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/line-flow-with-floats-2-expected.txt

Issue 2751183002: Update reason after full paint invalidation (Closed)
Patch Set: rebaseline-cl 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, 526], 11 "rect": [8, 74, 418, 526],
12 "reason": "border box change" 12 "reason": "border box change"
13 }, 13 },
14 { 14 {
15 "object": "LayoutText #text", 15 "object": "LayoutText #text",
16 "rect": [13, 520, 408, 80],
17 "reason": "forced by layout"
18 },
19 {
20 "object": "LayoutText #text",
21 "rect": [13, 241, 407, 139],
22 "reason": "forced by layout"
23 },
24 {
25 "object": "LayoutText #text",
26 "rect": [13, 240, 407, 139],
27 "reason": "forced by layout"
28 },
29 {
30 "object": "LayoutText #text",
31 "rect": [14, 181, 407, 79],
32 "reason": "forced by layout"
33 },
34 {
35 "object": "LayoutText #text",
36 "rect": [14, 180, 407, 79],
37 "reason": "forced by layout"
38 },
39 {
40 "object": "LayoutText #text",
41 "rect": [65, 361, 356, 39],
42 "reason": "forced by layout"
43 },
44 {
45 "object": "LayoutText #text",
46 "rect": [65, 360, 356, 39],
47 "reason": "forced by layout"
48 },
49 {
50 "object": "LayoutText #text",
51 "rect": [14, 80, 355, 120],
52 "reason": "forced by layout"
53 },
54 {
55 "object": "LayoutText #text",
56 "rect": [14, 461, 355, 59],
57 "reason": "forced by layout"
58 },
59 {
60 "object": "LayoutText #text",
61 "rect": [14, 460, 355, 59],
62 "reason": "forced by layout"
63 },
64 {
65 "object": "LayoutText #text",
66 "rect": [14, 421, 355, 39],
67 "reason": "forced by layout"
68 },
69 {
70 "object": "LayoutText #text",
71 "rect": [14, 420, 355, 39],
72 "reason": "forced by layout"
73 },
74 {
75 "object": "LayoutText #text",
76 "rect": [65, 401, 304, 19],
77 "reason": "forced by layout"
78 },
79 {
80 "object": "LayoutText #text",
81 "rect": [65, 400, 304, 19],
82 "reason": "forced by layout"
83 },
84 {
85 "object": "LayoutText #text",
86 "rect": [302, 441, 66, 19], 16 "rect": [302, 441, 66, 19],
87 "reason": "forced by layout" 17 "reason": "forced by layout"
88 }, 18 },
89 { 19 {
90 "object": "LayoutText #text", 20 "object": "LayoutText #text",
91 "rect": [302, 440, 66, 19], 21 "rect": [302, 440, 66, 19],
92 "reason": "forced by layout" 22 "reason": "forced by layout"
93 }, 23 },
94 { 24 {
95 "object": "LayoutBlockFlow (floating) SPAN id='greenFloat'",
96 "rect": [372, 404, 48, 81],
97 "reason": "bounds change"
98 },
99 {
100 "object": "LayoutBlockFlow (floating) SPAN id='greenFloat'",
101 "rect": [372, 403, 48, 81],
102 "reason": "bounds change"
103 },
104 {
105 "object": "LayoutBlockFlow (floating) SPAN id='blueFloat'",
106 "rect": [14, 364, 48, 65],
107 "reason": "bounds change"
108 },
109 {
110 "object": "LayoutBlockFlow (floating) SPAN id='blueFloat'",
111 "rect": [14, 363, 48, 65],
112 "reason": "bounds change"
113 },
114 {
115 "object": "LayoutText #text", 25 "object": "LayoutText #text",
116 "rect": [235, 180, 45, 20], 26 "rect": [235, 180, 45, 20],
117 "reason": "style change" 27 "reason": "style change"
118 }, 28 },
119 { 29 {
120 "object": "LayoutView #document", 30 "object": "LayoutView #document",
121 "rect": [485, 0, 15, 600], 31 "rect": [485, 0, 15, 600],
122 "reason": "scroll" 32 "reason": "scroll"
123 } 33 }
124 ] 34 ]
(...skipping 260 matching lines...) Expand 10 before | Expand all | Expand 10 after
385 "object": "InlineTextBox 'here; the great\n'", 295 "object": "InlineTextBox 'here; the great\n'",
386 "reason": "forced by layout" 296 "reason": "forced by layout"
387 }, 297 },
388 { 298 {
389 "object": "InlineTextBox 'wonder is, that there\u2018s any one left alive! \u2019'", 299 "object": "InlineTextBox 'wonder is, that there\u2018s any one left alive! \u2019'",
390 "reason": "forced by layout" 300 "reason": "forced by layout"
391 } 301 }
392 ] 302 ]
393 } 303 }
394 304
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698