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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/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 [28, 363, 20, 20], 9 {
10 [14, 363, 48, 65], 10 "object": "InlineTextBox 'The players all played at once without waiti ng\n'",
11 [8, 340, 418, 99] 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 that it'", 15 "object": "InlineTextBox 'a very short time '",
16 "RootInlineBox", 16 "rect": [0, 0, 0, 0],
17 "InlineTextBox '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\n'", 20 "object": "InlineTextBox 'difficult game indeed.\n'",
21 "InlineTextBox 'for'", 21 "rect": [0, 0, 0, 0],
22 "RootInlineBox", 22 "reason": "full"
23 "InlineTextBox 'turns,\n'", 23 },
24 "InlineTextBox 'quarrelling all the while, and fighting for the'", 24 {
25 "RootInlineBox", 25 "object": "InlineTextBox 'foo'",
26 "InlineTextBox 'hedgehogs; and in\n'", 26 "rect": [0, 0, 0, 0],
27 "InlineTextBox 'a very short time '", 27 "reason": "location change"
28 "InlineTextBox 'the Queen'", 28 },
29 "RootInlineBox", 29 {
30 "LayoutBlockFlow P", 30 "object": "InlineTextBox 'for'",
31 "LayoutBlockFlow (floating) SPAN id='blueFloat'", 31 "rect": [0, 0, 0, 0],
32 "RootInlineBox", 32 "reason": "full"
33 "LayoutText #text", 33 },
34 "InlineTextBox 'foo'" 34 {
35 "object": "InlineTextBox 'hedgehogs; and in\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 for the'",
46 "rect": [0, 0, 0, 0],
47 "reason": "full"
48 },
49 {
50 "object": "InlineTextBox 'the Queen'",
51 "rect": [0, 0, 0, 0],
52 "reason": "full"
53 },
54 {
55 "object": "InlineTextBox 'the ground, Alice soon came to the conclusio n that it'",
56 "rect": [0, 0, 0, 0],
57 "reason": "full"
58 },
59 {
60 "object": "InlineTextBox 'turns,\n'",
61 "rect": [0, 0, 0, 0],
62 "reason": "full"
63 },
64 {
65 "object": "InlineTextBox 'was a very\n'",
66 "rect": [0, 0, 0, 0],
67 "reason": "full"
68 },
69 {
70 "object": "LayoutBlockFlow (floating) SPAN id='blueFloat'",
71 "rect": [14, 363, 48, 65],
72 "reason": "forced by layout"
73 },
74 {
75 "object": "LayoutBlockFlow P",
76 "rect": [8, 340, 418, 99],
77 "reason": "invalidate paint rectangle"
78 },
79 {
80 "object": "LayoutText #text",
81 "rect": [28, 363, 20, 20],
82 "reason": "location change"
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 },
109 {
110 "object": "RootInlineBox",
111 "rect": [0, 0, 0, 0],
112 "reason": "full"
113 }
35 ] 114 ]
36 } 115 }
37 ] 116 ]
38 } 117 }
39 118
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698