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

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

Issue 2872423002: Tweak PaintInvalidationReasons (Closed)
Patch Set: Rebaseline-cl Created 3 years, 7 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 "layers": [ 2 "layers": [
3 { 3 {
4 "name": "LayoutView #document", 4 "name": "LayoutView #document",
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": "LayoutText #text", 10 "object": "LayoutText #text",
11 "rect": [13, 240, 407, 139], 11 "rect": [13, 240, 407, 139],
12 "reason": "forced by layout" 12 "reason": "geometry"
13 }, 13 },
14 { 14 {
15 "object": "LayoutText #text", 15 "object": "LayoutText #text",
16 "rect": [65, 360, 356, 39], 16 "rect": [65, 360, 356, 39],
17 "reason": "forced by layout" 17 "reason": "geometry"
18 }, 18 },
19 { 19 {
20 "object": "LayoutBlockFlow (floating) SPAN id='blueFloat'", 20 "object": "LayoutBlockFlow (floating) SPAN id='blueFloat'",
21 "rect": [14, 363, 48, 65], 21 "rect": [14, 363, 48, 65],
22 "reason": "forced by layout" 22 "reason": "geometry"
23 } 23 }
24 ] 24 ]
25 } 25 }
26 ], 26 ],
27 "objectPaintInvalidations": [ 27 "objectPaintInvalidations": [
28 { 28 {
29 "object": "LayoutText #text", 29 "object": "LayoutText #text",
30 "reason": "forced by layout" 30 "reason": "geometry"
31 }, 31 },
32 { 32 {
33 "object": "InlineTextBox 'begin again, it was very'", 33 "object": "InlineTextBox 'begin again, it was very'",
34 "reason": "forced by layout" 34 "reason": "geometry"
35 }, 35 },
36 { 36 {
37 "object": "InlineTextBox 'provoking to find that the hedgehog had\n'", 37 "object": "InlineTextBox 'provoking to find that the hedgehog had\n'",
38 "reason": "forced by layout" 38 "reason": "geometry"
39 }, 39 },
40 { 40 {
41 "object": "InlineTextBox 'unrolled itself, and was'", 41 "object": "InlineTextBox 'unrolled itself, and was'",
42 "reason": "forced by layout" 42 "reason": "geometry"
43 }, 43 },
44 { 44 {
45 "object": "InlineTextBox 'in the act of crawling away: besides all\n'", 45 "object": "InlineTextBox 'in the act of crawling away: besides all\n'",
46 "reason": "forced by layout" 46 "reason": "geometry"
47 }, 47 },
48 { 48 {
49 "object": "InlineTextBox 'this, there was generally'", 49 "object": "InlineTextBox 'this, there was generally'",
50 "reason": "forced by layout" 50 "reason": "geometry"
51 }, 51 },
52 { 52 {
53 "object": "InlineTextBox 'a ridge or furrow in the way wherever\n'", 53 "object": "InlineTextBox 'a ridge or furrow in the way wherever\n'",
54 "reason": "forced by layout" 54 "reason": "geometry"
55 }, 55 },
56 { 56 {
57 "object": "InlineTextBox 'she wanted to send the'", 57 "object": "InlineTextBox 'she wanted to send the'",
58 "reason": "forced by layout" 58 "reason": "geometry"
59 }, 59 },
60 { 60 {
61 "object": "InlineTextBox 'hedgehog to, and, as the doubled-up\n'", 61 "object": "InlineTextBox 'hedgehog to, and, as the doubled-up\n'",
62 "reason": "forced by layout" 62 "reason": "geometry"
63 }, 63 },
64 { 64 {
65 "object": "InlineTextBox 'soldiers were always'", 65 "object": "InlineTextBox 'soldiers were always'",
66 "reason": "forced by layout" 66 "reason": "geometry"
67 }, 67 },
68 { 68 {
69 "object": "InlineTextBox 'getting up and walking off to other parts of\n'" , 69 "object": "InlineTextBox 'getting up and walking off to other parts of\n'" ,
70 "reason": "forced by layout" 70 "reason": "geometry"
71 }, 71 },
72 { 72 {
73 "object": "InlineTextBox 'the ground, Alice'", 73 "object": "InlineTextBox 'the ground, Alice'",
74 "reason": "forced by layout" 74 "reason": "geometry"
75 }, 75 },
76 { 76 {
77 "object": "InlineTextBox 'soon came to the conclusion that it was a very\n '", 77 "object": "InlineTextBox 'soon came to the conclusion that it was a very\n '",
78 "reason": "forced by layout" 78 "reason": "geometry"
79 }, 79 },
80 { 80 {
81 "object": "LayoutBlockFlow (floating) SPAN id='blueFloat'", 81 "object": "LayoutBlockFlow (floating) SPAN id='blueFloat'",
82 "reason": "forced by layout" 82 "reason": "geometry"
83 }, 83 },
84 { 84 {
85 "object": "RootInlineBox", 85 "object": "RootInlineBox",
86 "reason": "forced by layout" 86 "reason": "geometry"
87 }, 87 },
88 { 88 {
89 "object": "LayoutText #text", 89 "object": "LayoutText #text",
90 "reason": "layoutObject insertion" 90 "reason": "appeared"
91 }, 91 },
92 { 92 {
93 "object": "InlineTextBox 'foo'", 93 "object": "InlineTextBox 'foo'",
94 "reason": "layoutObject insertion" 94 "reason": "appeared"
95 }, 95 },
96 { 96 {
97 "object": "LayoutText #text", 97 "object": "LayoutText #text",
98 "reason": "forced by layout" 98 "reason": "geometry"
99 }, 99 },
100 { 100 {
101 "object": "InlineTextBox 'difficult'", 101 "object": "InlineTextBox 'difficult'",
102 "reason": "forced by layout" 102 "reason": "geometry"
103 }, 103 },
104 { 104 {
105 "object": "InlineTextBox 'game indeed.\n'", 105 "object": "InlineTextBox 'game indeed.\n'",
106 "reason": "forced by layout" 106 "reason": "geometry"
107 } 107 }
108 ] 108 ]
109 } 109 }
110 110
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698