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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/line-overflow-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": [7, 122, 197, 99], 11 "rect": [7, 122, 197, 99],
12 "reason": "forced by layout" 12 "reason": "geometry"
13 }, 13 },
14 { 14 {
15 "object": "LayoutText #text", 15 "object": "LayoutText #text",
16 "rect": [8, 82, 192, 59], 16 "rect": [8, 82, 192, 59],
17 "reason": "forced by layout" 17 "reason": "geometry"
18 }, 18 },
19 { 19 {
20 "object": "LayoutInline SPAN id='t'", 20 "object": "LayoutInline SPAN id='t'",
21 "rect": [113, 92, 36, 49], 21 "rect": [113, 92, 36, 49],
22 "reason": "style change" 22 "reason": "style change"
23 }, 23 },
24 { 24 {
25 "object": "LayoutInline SPAN id='t'", 25 "object": "LayoutInline SPAN id='t'",
26 "rect": [37, 142, 36, 19], 26 "rect": [37, 142, 36, 19],
27 "reason": "style change" 27 "reason": "style change"
28 } 28 }
29 ] 29 ]
30 } 30 }
31 ], 31 ],
32 "objectPaintInvalidations": [ 32 "objectPaintInvalidations": [
33 { 33 {
34 "object": "LayoutText #text", 34 "object": "LayoutText #text",
35 "reason": "forced by layout" 35 "reason": "geometry"
36 }, 36 },
37 { 37 {
38 "object": "InlineTextBox 'Cras faucibus. Nunc'", 38 "object": "InlineTextBox 'Cras faucibus. Nunc'",
39 "reason": "forced by layout" 39 "reason": "geometry"
40 }, 40 },
41 { 41 {
42 "object": "InlineTextBox 'adipiscing, enim in scelerisque'", 42 "object": "InlineTextBox 'adipiscing, enim in scelerisque'",
43 "reason": "forced by layout" 43 "reason": "geometry"
44 }, 44 },
45 { 45 {
46 "object": "InlineTextBox 'convallis,\n'", 46 "object": "InlineTextBox 'convallis,\n'",
47 "reason": "forced by layout" 47 "reason": "geometry"
48 }, 48 },
49 { 49 {
50 "object": "InlineTextBox 'augue '", 50 "object": "InlineTextBox 'augue '",
51 "reason": "forced by layout" 51 "reason": "geometry"
52 }, 52 },
53 { 53 {
54 "object": "LayoutInline SPAN id='t'", 54 "object": "LayoutInline SPAN id='t'",
55 "reason": "style change" 55 "reason": "style change"
56 }, 56 },
57 { 57 {
58 "object": "InlineFlowBox", 58 "object": "InlineFlowBox",
59 "reason": "style change" 59 "reason": "style change"
60 }, 60 },
61 { 61 {
62 "object": "LayoutText #text", 62 "object": "LayoutText #text",
63 "reason": "forced by layout" 63 "reason": "geometry"
64 }, 64 },
65 { 65 {
66 "object": "InlineTextBox 'purus'", 66 "object": "InlineTextBox 'purus'",
67 "reason": "forced by layout" 67 "reason": "geometry"
68 }, 68 },
69 { 69 {
70 "object": "LayoutText #text", 70 "object": "LayoutText #text",
71 "reason": "forced by layout" 71 "reason": "geometry"
72 }, 72 },
73 { 73 {
74 "object": "InlineTextBox ' eleifend'", 74 "object": "InlineTextBox ' eleifend'",
75 "reason": "forced by layout" 75 "reason": "geometry"
76 }, 76 },
77 { 77 {
78 "object": "InlineTextBox 'lacus, at sagittis eros leo'", 78 "object": "InlineTextBox 'lacus, at sagittis eros leo'",
79 "reason": "forced by layout" 79 "reason": "geometry"
80 }, 80 },
81 { 81 {
82 "object": "InlineTextBox 'pulvinar velit. Integer'", 82 "object": "InlineTextBox 'pulvinar velit. Integer'",
83 "reason": "forced by layout" 83 "reason": "geometry"
84 }, 84 },
85 { 85 {
86 "object": "InlineTextBox 'sollicitudin nisi ut urna blandit'", 86 "object": "InlineTextBox 'sollicitudin nisi ut urna blandit'",
87 "reason": "forced by layout" 87 "reason": "geometry"
88 }, 88 },
89 { 89 {
90 "object": "InlineTextBox 'convallis.'", 90 "object": "InlineTextBox 'convallis.'",
91 "reason": "forced by layout" 91 "reason": "geometry"
92 } 92 }
93 ] 93 ]
94 } 94 }
95 95
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698