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

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

Issue 2620603002: Run virtual/stable/paint/invalidation for non-SlimmingPaintInvalidation (Closed)
Patch Set: - Created 3 years, 11 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",
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 "rect": [178, 350, 146, 17], 46 "rect": [178, 350, 146, 17],
47 "reason": "forced by layout" 47 "reason": "forced by layout"
48 }, 48 },
49 { 49 {
50 "object": "LayoutText #text", 50 "object": "LayoutText #text",
51 "rect": [162, 350, 146, 17], 51 "rect": [162, 350, 146, 17],
52 "reason": "forced by layout" 52 "reason": "forced by layout"
53 }, 53 },
54 { 54 {
55 "object": "LayoutBlockFlow (floating) SPAN id='blueFloat'", 55 "object": "LayoutBlockFlow (floating) SPAN id='blueFloat'",
56 "rect": [46, 353, 16, 65], 56 "rect": [14, 353, 48, 65],
57 "reason": "incremental" 57 "reason": "border box change"
58 } 58 }
59 ] 59 ]
60 } 60 }
61 ], 61 ],
62 "objectPaintInvalidations": [ 62 "objectPaintInvalidations": [
63 { 63 {
64 "object": "LayoutText #text", 64 "object": "LayoutText #text",
65 "reason": "forced by layout" 65 "reason": "forced by layout"
66 }, 66 },
67 { 67 {
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
107 { 107 {
108 "object": "InlineTextBox 'the ground, Alice soon came to the conclusion'", 108 "object": "InlineTextBox 'the ground, Alice soon came to the conclusion'",
109 "reason": "forced by layout" 109 "reason": "forced by layout"
110 }, 110 },
111 { 111 {
112 "object": "InlineTextBox 'that it was a very\n'", 112 "object": "InlineTextBox 'that it was a very\n'",
113 "reason": "forced by layout" 113 "reason": "forced by layout"
114 }, 114 },
115 { 115 {
116 "object": "LayoutBlockFlow (floating) SPAN id='blueFloat'", 116 "object": "LayoutBlockFlow (floating) SPAN id='blueFloat'",
117 "reason": "incremental" 117 "reason": "border box change"
118 }, 118 },
119 { 119 {
120 "object": "LayoutText #text", 120 "object": "LayoutText #text",
121 "reason": "forced by layout" 121 "reason": "forced by layout"
122 }, 122 },
123 { 123 {
124 "object": "InlineTextBox 'difficult game indeed.\n'", 124 "object": "InlineTextBox 'difficult game indeed.\n'",
125 "reason": "forced by layout" 125 "reason": "forced by layout"
126 }, 126 },
127 { 127 {
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
220 "object": "InlineTextBox 'here; the great\n'", 220 "object": "InlineTextBox 'here; the great\n'",
221 "reason": "forced by layout" 221 "reason": "forced by layout"
222 }, 222 },
223 { 223 {
224 "object": "InlineTextBox 'wonder is, that there\u2018s any one left alive! \u2019'", 224 "object": "InlineTextBox 'wonder is, that there\u2018s any one left alive! \u2019'",
225 "reason": "forced by layout" 225 "reason": "forced by layout"
226 } 226 }
227 ] 227 ]
228 } 228 }
229 229
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698