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

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

Issue 1878163002: Auto-rebaseline for r386594 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 "bounds": [800, 600], 2 "bounds": [800, 600],
3 "children": [ 3 "children": [
4 { 4 {
5 "bounds": [800, 600], 5 "bounds": [800, 600],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "repaintRects": [ 8 "paintInvalidations": [
9 [27, 353, 22, 19], 9 {
10 [14, 353, 48, 65], 10 "object": "InlineTextBox 'The players all played at once without waiti ng'",
11 [8, 332, 418, 90] 11 "rect": [0, 0, 0, 0],
12 ], 12 "reason": "full"
13 "paintInvalidationClients": [ 13 },
14 "InlineTextBox 'other parts of\n'", 14 {
15 "InlineTextBox 'the ground, Alice soon came to the conclusion'", 15 "object": "InlineTextBox 'a very short time '",
16 "RootInlineBox", 16 "rect": [0, 0, 0, 0],
17 "InlineTextBox 'that it was a very\n'", 17 "reason": "full"
18 "InlineTextBox 'difficult game indeed.\n'", 18 },
19 "RootInlineBox", 19 {
20 "InlineTextBox 'The players all played at once without waiting'", 20 "object": "InlineTextBox 'difficult game indeed.\n'",
21 "RootInlineBox", 21 "rect": [0, 0, 0, 0],
22 "InlineTextBox 'for turns,\n'", 22 "reason": "full"
23 "InlineTextBox 'quarrelling all the while, and fighting'", 23 },
24 "RootInlineBox", 24 {
25 "InlineTextBox 'for the hedgehogs; and in\n'", 25 "object": "InlineTextBox 'foo'",
26 "InlineTextBox 'a very short time '", 26 "rect": [0, 0, 0, 0],
27 "InlineTextBox 'the'", 27 "reason": "location change"
28 "RootInlineBox", 28 },
29 "LayoutBlockFlow P", 29 {
30 "LayoutBlockFlow (floating) SPAN id='blueFloat'", 30 "object": "InlineTextBox 'for the hedgehogs; and in\n'",
31 "RootInlineBox", 31 "rect": [0, 0, 0, 0],
32 "LayoutText #text", 32 "reason": "full"
33 "InlineTextBox 'foo'" 33 },
34 {
35 "object": "InlineTextBox 'for turns,\n'",
36 "rect": [0, 0, 0, 0],
37 "reason": "full"
38 },
39 {
40 "object": "InlineTextBox 'other parts of\n'",
41 "rect": [0, 0, 0, 0],
42 "reason": "full"
43 },
44 {
45 "object": "InlineTextBox 'quarrelling all the while, and fighting'",
46 "rect": [0, 0, 0, 0],
47 "reason": "full"
48 },
49 {
50 "object": "InlineTextBox 'that it was a very\n'",
51 "rect": [0, 0, 0, 0],
52 "reason": "full"
53 },
54 {
55 "object": "InlineTextBox 'the ground, Alice soon came to the conclusio n'",
56 "rect": [0, 0, 0, 0],
57 "reason": "full"
58 },
59 {
60 "object": "InlineTextBox 'the'",
61 "rect": [0, 0, 0, 0],
62 "reason": "full"
63 },
64 {
65 "object": "LayoutBlockFlow (floating) SPAN id='blueFloat'",
66 "rect": [14, 353, 48, 65],
67 "reason": "forced by layout"
68 },
69 {
70 "object": "LayoutBlockFlow P",
71 "rect": [8, 332, 418, 90],
72 "reason": "invalidate paint rectangle"
73 },
74 {
75 "object": "LayoutText #text",
76 "rect": [27, 353, 22, 19],
77 "reason": "location change"
78 },
79 {
80 "object": "RootInlineBox",
81 "rect": [0, 0, 0, 0],
82 "reason": "full"
83 },
84 {
85 "object": "RootInlineBox",
86 "rect": [0, 0, 0, 0],
87 "reason": "full"
88 },
89 {
90 "object": "RootInlineBox",
91 "rect": [0, 0, 0, 0],
92 "reason": "full"
93 },
94 {
95 "object": "RootInlineBox",
96 "rect": [0, 0, 0, 0],
97 "reason": "full"
98 },
99 {
100 "object": "RootInlineBox",
101 "rect": [0, 0, 0, 0],
102 "reason": "full"
103 },
104 {
105 "object": "RootInlineBox",
106 "rect": [0, 0, 0, 0],
107 "reason": "full"
108 }
34 ] 109 ]
35 } 110 }
36 ] 111 ]
37 } 112 }
38 113
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698