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

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

Issue 2872423002: Tweak PaintInvalidationReasons (Closed)
Patch Set: Rebaseline-cl Created 3 years, 7 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": "LayoutText #text", 10 "object": "LayoutText #text",
11 "rect": [14, 240, 406, 139], 11 "rect": [14, 240, 406, 139],
12 "reason": "forced by layout" 12 "reason": "geometry"
13 }, 13 },
14 { 14 {
15 "object": "LayoutText #text", 15 "object": "LayoutText #text",
16 "rect": [65, 380, 304, 59], 16 "rect": [65, 380, 304, 59],
17 "reason": "forced by layout" 17 "reason": "geometry"
18 }, 18 },
19 { 19 {
20 "object": "LayoutText #text", 20 "object": "LayoutText #text",
21 "rect": [65, 380, 287, 19], 21 "rect": [65, 380, 287, 19],
22 "reason": "forced by layout" 22 "reason": "geometry"
23 }, 23 },
24 { 24 {
25 "object": "LayoutText #text", 25 "object": "LayoutText #text",
26 "rect": [134, 360, 131, 19], 26 "rect": [134, 360, 131, 19],
27 "reason": "forced by layout" 27 "reason": "geometry"
28 }, 28 },
29 { 29 {
30 "object": "LayoutBlockFlow (floating) SPAN id='blueFloat'", 30 "object": "LayoutBlockFlow (floating) SPAN id='blueFloat'",
31 "rect": [14, 363, 48, 65], 31 "rect": [14, 363, 48, 65],
32 "reason": "forced by layout" 32 "reason": "geometry"
33 } 33 }
34 ] 34 ]
35 } 35 }
36 ], 36 ],
37 "objectPaintInvalidations": [ 37 "objectPaintInvalidations": [
38 { 38 {
39 "object": "LayoutText #text", 39 "object": "LayoutText #text",
40 "reason": "forced by layout" 40 "reason": "geometry"
41 }, 41 },
42 { 42 {
43 "object": "InlineTextBox 'begin again, it was very provoking to find that the'", 43 "object": "InlineTextBox 'begin again, it was very provoking to find that the'",
44 "reason": "forced by layout" 44 "reason": "geometry"
45 }, 45 },
46 { 46 {
47 "object": "InlineTextBox 'hedgehog had\n'", 47 "object": "InlineTextBox 'hedgehog had\n'",
48 "reason": "forced by layout" 48 "reason": "geometry"
49 }, 49 },
50 { 50 {
51 "object": "InlineTextBox 'unrolled itself, and was in the act of crawling away:'", 51 "object": "InlineTextBox 'unrolled itself, and was in the act of crawling away:'",
52 "reason": "forced by layout" 52 "reason": "geometry"
53 }, 53 },
54 { 54 {
55 "object": "InlineTextBox 'besides all\n'", 55 "object": "InlineTextBox 'besides all\n'",
56 "reason": "forced by layout" 56 "reason": "geometry"
57 }, 57 },
58 { 58 {
59 "object": "InlineTextBox 'this, there was generally a ridge or furrow in t he way'", 59 "object": "InlineTextBox 'this, there was generally a ridge or furrow in t he way'",
60 "reason": "forced by layout" 60 "reason": "geometry"
61 }, 61 },
62 { 62 {
63 "object": "InlineTextBox 'wherever\n'", 63 "object": "InlineTextBox 'wherever\n'",
64 "reason": "forced by layout" 64 "reason": "geometry"
65 }, 65 },
66 { 66 {
67 "object": "InlineTextBox 'she wanted to send the hedgehog to, and, as the' ", 67 "object": "InlineTextBox 'she wanted to send the hedgehog to, and, as the' ",
68 "reason": "forced by layout" 68 "reason": "geometry"
69 }, 69 },
70 { 70 {
71 "object": "InlineTextBox 'doubled-up\n'", 71 "object": "InlineTextBox 'doubled-up\n'",
72 "reason": "forced by layout" 72 "reason": "geometry"
73 }, 73 },
74 { 74 {
75 "object": "InlineTextBox 'soldiers were always getting up and walking off to'", 75 "object": "InlineTextBox 'soldiers were always getting up and walking off to'",
76 "reason": "forced by layout" 76 "reason": "geometry"
77 }, 77 },
78 { 78 {
79 "object": "InlineTextBox 'other parts of\n'", 79 "object": "InlineTextBox 'other parts of\n'",
80 "reason": "forced by layout" 80 "reason": "geometry"
81 }, 81 },
82 { 82 {
83 "object": "InlineTextBox 'the ground, Alice soon came to the conclusion th at it'", 83 "object": "InlineTextBox 'the ground, Alice soon came to the conclusion th at it'",
84 "reason": "forced by layout" 84 "reason": "geometry"
85 }, 85 },
86 { 86 {
87 "object": "InlineTextBox 'was a very\n'", 87 "object": "InlineTextBox 'was a very\n'",
88 "reason": "forced by layout" 88 "reason": "geometry"
89 }, 89 },
90 { 90 {
91 "object": "LayoutBlockFlow (floating) SPAN id='blueFloat'", 91 "object": "LayoutBlockFlow (floating) SPAN id='blueFloat'",
92 "reason": "forced by layout" 92 "reason": "geometry"
93 }, 93 },
94 { 94 {
95 "object": "RootInlineBox", 95 "object": "RootInlineBox",
96 "reason": "forced by layout" 96 "reason": "geometry"
97 }, 97 },
98 { 98 {
99 "object": "LayoutText #text", 99 "object": "LayoutText #text",
100 "reason": "layoutObject insertion" 100 "reason": "appeared"
101 }, 101 },
102 { 102 {
103 "object": "InlineTextBox 'foo'", 103 "object": "InlineTextBox 'foo'",
104 "reason": "layoutObject insertion" 104 "reason": "appeared"
105 }, 105 },
106 { 106 {
107 "object": "LayoutText #text", 107 "object": "LayoutText #text",
108 "reason": "forced by layout" 108 "reason": "geometry"
109 }, 109 },
110 { 110 {
111 "object": "InlineTextBox 'difficult game indeed.\n'", 111 "object": "InlineTextBox 'difficult game indeed.\n'",
112 "reason": "forced by layout" 112 "reason": "geometry"
113 }, 113 },
114 { 114 {
115 "object": "LayoutText #text", 115 "object": "LayoutText #text",
116 "reason": "forced by layout" 116 "reason": "geometry"
117 }, 117 },
118 { 118 {
119 "object": "InlineTextBox 'The players all played at once without waiting\n '", 119 "object": "InlineTextBox 'The players all played at once without waiting\n '",
120 "reason": "forced by layout" 120 "reason": "geometry"
121 }, 121 },
122 { 122 {
123 "object": "LayoutText #text", 123 "object": "LayoutText #text",
124 "reason": "forced by layout" 124 "reason": "geometry"
125 }, 125 },
126 { 126 {
127 "object": "InlineTextBox 'for'", 127 "object": "InlineTextBox 'for'",
128 "reason": "forced by layout" 128 "reason": "geometry"
129 }, 129 },
130 { 130 {
131 "object": "InlineTextBox 'turns,\n'", 131 "object": "InlineTextBox 'turns,\n'",
132 "reason": "forced by layout" 132 "reason": "geometry"
133 }, 133 },
134 { 134 {
135 "object": "InlineTextBox 'quarrelling all the while, and fighting for the' ", 135 "object": "InlineTextBox 'quarrelling all the while, and fighting for the' ",
136 "reason": "forced by layout" 136 "reason": "geometry"
137 }, 137 },
138 { 138 {
139 "object": "InlineTextBox 'hedgehogs; and in\n'", 139 "object": "InlineTextBox 'hedgehogs; and in\n'",
140 "reason": "forced by layout" 140 "reason": "geometry"
141 }, 141 },
142 { 142 {
143 "object": "InlineTextBox 'a very short time '", 143 "object": "InlineTextBox 'a very short time '",
144 "reason": "forced by layout" 144 "reason": "geometry"
145 } 145 }
146 ] 146 ]
147 } 147 }
148 148
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698