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

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

Issue 2046863006: Dirty line boxes correctly when a float gets layout (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@618230
Patch Set: Updated Created 4 years, 6 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 "paintInvalidations": [ 8 "paintInvalidations": [
9 { 9 {
10 "object": "LayoutBlockFlow P", 10 "object": "LayoutBlockFlow P",
11 "rect": [8, 340, 418, 99], 11 "rect": [8, 320, 418, 79],
12 "reason": "invalidate paint rectangle" 12 "reason": "invalidate paint rectangle"
13 }, 13 },
14 { 14 {
15 "object": "LayoutBlockFlow (floating) SPAN id='blueFloat'", 15 "object": "LayoutBlockFlow (floating) SPAN id='blueFloat'",
16 "rect": [14, 363, 48, 65], 16 "rect": [14, 363, 48, 65],
17 "reason": "forced by layout" 17 "reason": "forced by layout"
18 }, 18 },
19 { 19 {
20 "object": "LayoutText #text", 20 "object": "LayoutText #text",
21 "rect": [28, 363, 20, 20], 21 "rect": [28, 363, 20, 20],
22 "reason": "layoutObject insertion" 22 "reason": "layoutObject insertion"
23 }, 23 },
24 { 24 {
25 "object": "InlineTextBox 'The players all played at once without waiti ng\n'", 25 "object": "InlineTextBox 'The players all played at once without waiti ng\n'",
26 "reason": "full" 26 "reason": "full"
27 }, 27 },
28 { 28 {
29 "object": "InlineTextBox 'a very short time '",
30 "reason": "full"
31 },
32 {
33 "object": "InlineTextBox 'difficult game indeed.\n'", 29 "object": "InlineTextBox 'difficult game indeed.\n'",
34 "reason": "full" 30 "reason": "full"
35 }, 31 },
36 { 32 {
33 "object": "InlineTextBox 'doubled-up\n'",
34 "reason": "full"
35 },
36 {
37 "object": "InlineTextBox 'foo'", 37 "object": "InlineTextBox 'foo'",
38 "reason": "layoutObject insertion" 38 "reason": "layoutObject insertion"
39 }, 39 },
40 { 40 {
41 "object": "InlineTextBox 'for'", 41 "object": "InlineTextBox 'for'",
42 "reason": "full" 42 "reason": "full"
43 }, 43 },
44 { 44 {
45 "object": "InlineTextBox 'hedgehogs; and in\n'",
46 "reason": "full"
47 },
48 {
49 "object": "InlineTextBox 'other parts of\n'", 45 "object": "InlineTextBox 'other parts of\n'",
50 "reason": "full" 46 "reason": "full"
51 }, 47 },
52 { 48 {
53 "object": "InlineTextBox 'quarrelling all the while, and fighting for the'", 49 "object": "InlineTextBox 'soldiers were always getting up and walking off to'",
54 "reason": "full" 50 "reason": "full"
55 }, 51 },
56 { 52 {
57 "object": "InlineTextBox 'the Queen'",
58 "reason": "full"
59 },
60 {
61 "object": "InlineTextBox 'the ground, Alice soon came to the conclusio n that it'", 53 "object": "InlineTextBox 'the ground, Alice soon came to the conclusio n that it'",
62 "reason": "full" 54 "reason": "full"
63 }, 55 },
64 { 56 {
65 "object": "InlineTextBox 'turns,\n'",
66 "reason": "full"
67 },
68 {
69 "object": "InlineTextBox 'was a very\n'", 57 "object": "InlineTextBox 'was a very\n'",
70 "reason": "full" 58 "reason": "full"
71 }, 59 },
72 { 60 {
73 "object": "RootInlineBox", 61 "object": "RootInlineBox",
74 "reason": "full" 62 "reason": "full"
75 }, 63 },
76 { 64 {
77 "object": "RootInlineBox", 65 "object": "RootInlineBox",
78 "reason": "full" 66 "reason": "full"
79 }, 67 },
80 { 68 {
81 "object": "RootInlineBox", 69 "object": "RootInlineBox",
82 "reason": "full" 70 "reason": "full"
83 }, 71 },
84 { 72 {
85 "object": "RootInlineBox", 73 "object": "RootInlineBox",
86 "reason": "full" 74 "reason": "full"
87 }, 75 },
88 { 76 {
89 "object": "RootInlineBox", 77 "object": "RootInlineBox",
90 "reason": "full" 78 "reason": "full"
91 },
92 {
93 "object": "RootInlineBox",
94 "reason": "full"
95 } 79 }
96 ] 80 ]
97 } 81 }
98 ] 82 ]
99 } 83 }
100 84
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698