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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/fast/repaint/line-flow-with-floats-1-expected.txt

Issue 2178363002: Auto-rebaseline for r407755 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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": [
11 { 11 {
12 "object": "LayoutText #text", 12 "object": "LayoutText #text",
13 "rect": [14, 240, 407, 139], 13 "rect": [13, 240, 408, 139],
14 "reason": "forced by layout" 14 "reason": "forced by layout"
15 }, 15 },
16 { 16 {
17 "object": "LayoutText #text", 17 "object": "LayoutText #text",
18 "rect": [14, 80, 407, 119], 18 "rect": [13, 500, 408, 99],
19 "reason": "forced by layout" 19 "reason": "forced by layout"
20 }, 20 },
21 { 21 {
22 "object": "LayoutText #text", 22 "object": "LayoutText #text",
23 "rect": [14, 500, 407, 99], 23 "rect": [14, 80, 406, 119],
24 "reason": "forced by layout"
25 },
26 {
27 "object": "LayoutText #text",
28 "rect": [14, 180, 407, 59],
29 "reason": "forced by layout" 24 "reason": "forced by layout"
30 }, 25 },
31 { 26 {
32 "object": "LayoutText #text", 27 "object": "LayoutText #text",
33 "rect": [14, 180, 406, 79], 28 "rect": [14, 180, 406, 79],
34 "reason": "forced by layout" 29 "reason": "forced by layout"
35 }, 30 },
36 { 31 {
32 "object": "LayoutText #text",
33 "rect": [13, 440, 356, 59],
34 "reason": "forced by layout"
35 },
36 {
37 "object": "LayoutText #text", 37 "object": "LayoutText #text",
38 "rect": [14, 420, 355, 79], 38 "rect": [14, 420, 355, 79],
39 "reason": "forced by layout" 39 "reason": "forced by layout"
40 }, 40 },
41 { 41 {
42 "object": "LayoutText #text", 42 "object": "LayoutText #text",
43 "rect": [14, 380, 355, 59], 43 "rect": [14, 380, 355, 59],
44 "reason": "forced by layout" 44 "reason": "forced by layout"
45 }, 45 },
46 { 46 {
(...skipping 11 matching lines...) Expand all
58 "rect": [65, 360, 131, 19], 58 "rect": [65, 360, 131, 19],
59 "reason": "forced by layout" 59 "reason": "forced by layout"
60 }, 60 },
61 { 61 {
62 "object": "LayoutBlockFlow (floating) DIV id='pinkFloat'", 62 "object": "LayoutBlockFlow (floating) DIV id='pinkFloat'",
63 "rect": [378, 138, 70, 30], 63 "rect": [378, 138, 70, 30],
64 "reason": "incremental" 64 "reason": "incremental"
65 }, 65 },
66 { 66 {
67 "object": "LayoutText #text", 67 "object": "LayoutText #text",
68 "rect": [303, 420, 67, 19], 68 "rect": [303, 420, 66, 19],
69 "reason": "forced by layout" 69 "reason": "forced by layout"
70 }, 70 },
71 { 71 {
72 "object": "LayoutText #text", 72 "object": "LayoutText #text",
73 "rect": [244, 420, 65, 19], 73 "rect": [244, 420, 64, 19],
74 "reason": "forced by layout" 74 "reason": "forced by layout"
75 }, 75 },
76 { 76 {
77 "object": "LayoutBlockFlow (floating) SPAN id='blueFloat'", 77 "object": "LayoutBlockFlow (floating) SPAN id='blueFloat'",
78 "rect": [14, 363, 48, 65], 78 "rect": [14, 363, 48, 65],
79 "reason": "bounds change" 79 "reason": "bounds change"
80 }, 80 },
81 { 81 {
82 "object": "LayoutBlockFlow (floating) SPAN id='blueFloat'", 82 "object": "LayoutBlockFlow (floating) SPAN id='blueFloat'",
83 "rect": [14, 343, 48, 65], 83 "rect": [14, 343, 48, 65],
(...skipping 233 matching lines...) Expand 10 before | Expand all | Expand 10 after
317 "object": "InlineTextBox 'They\u2019re dreadfully fond of beheading people here; the great'", 317 "object": "InlineTextBox 'They\u2019re dreadfully fond of beheading people here; the great'",
318 "reason": "forced by layout" 318 "reason": "forced by layout"
319 }, 319 },
320 { 320 {
321 "object": "InlineTextBox 'wonder is, that there\u2018s any one left alive! \u2019'", 321 "object": "InlineTextBox 'wonder is, that there\u2018s any one left alive! \u2019'",
322 "reason": "forced by layout" 322 "reason": "forced by layout"
323 } 323 }
324 ] 324 ]
325 } 325 }
326 326
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698