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

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

Issue 2374083002: Auto-rebaseline for r420749 (Closed)
Patch Set: Created 4 years, 2 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 "name": "Content Root Layer", 2 "name": "Content Root Layer",
3 "bounds": [800, 600], 3 "bounds": [800, 600],
4 "children": [ 4 "children": [
5 { 5 {
6 "name": "LayoutView #document", 6 "name": "LayoutView #document",
7 "bounds": [800, 600], 7 "bounds": [800, 600],
8 "contentsOpaque": true, 8 "contentsOpaque": true,
9 "drawsContent": true, 9 "drawsContent": true,
10 "paintInvalidations": [ 10 "paintInvalidations": [
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
110 } 110 }
111 ] 111 ]
112 } 112 }
113 ], 113 ],
114 "objectPaintInvalidations": [ 114 "objectPaintInvalidations": [
115 { 115 {
116 "object": "LayoutBlockFlow (floating) SPAN id='blueFloat'", 116 "object": "LayoutBlockFlow (floating) SPAN id='blueFloat'",
117 "reason": "layoutObject removal" 117 "reason": "layoutObject removal"
118 }, 118 },
119 { 119 {
120 "object": "VerticalScrollbar",
121 "reason": "scroll"
122 },
123 {
120 "object": "LayoutBlockFlow HTML", 124 "object": "LayoutBlockFlow HTML",
121 "reason": "forced by layout" 125 "reason": "forced by layout"
122 }, 126 },
123 { 127 {
124 "object": "LayoutBlockFlow P", 128 "object": "LayoutBlockFlow P",
125 "reason": "forced by layout" 129 "reason": "forced by layout"
126 }, 130 },
127 { 131 {
128 "object": "RootInlineBox", 132 "object": "RootInlineBox",
129 "reason": "forced by layout" 133 "reason": "forced by layout"
(...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after
348 "object": "InlineTextBox 'me?'", 352 "object": "InlineTextBox 'me?'",
349 "reason": "forced by layout" 353 "reason": "forced by layout"
350 }, 354 },
351 { 355 {
352 "object": "InlineTextBox 'They\u2019re dreadfully fond of beheading people here; the great'", 356 "object": "InlineTextBox 'They\u2019re dreadfully fond of beheading people here; the great'",
353 "reason": "forced by layout" 357 "reason": "forced by layout"
354 }, 358 },
355 { 359 {
356 "object": "InlineTextBox 'wonder is, that there\u2018s any one left alive! \u2019'", 360 "object": "InlineTextBox 'wonder is, that there\u2018s any one left alive! \u2019'",
357 "reason": "forced by layout" 361 "reason": "forced by layout"
358 },
359 {
360 "object": "VerticalScrollbar",
361 "reason": "scroll"
362 } 362 }
363 ] 363 ]
364 } 364 }
365 365
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698