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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/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": [8, 122, 196, 79], 11 "rect": [8, 122, 196, 79],
12 "reason": "forced by layout" 12 "reason": "geometry"
13 }, 13 },
14 { 14 {
15 "object": "LayoutText #text", 15 "object": "LayoutText #text",
16 "rect": [8, 82, 190, 59], 16 "rect": [8, 82, 190, 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": [47, 92, 33, 49], 21 "rect": [47, 92, 33, 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": [77, 122, 33, 19], 26 "rect": [77, 122, 33, 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 adipiscing,'", 38 "object": "InlineTextBox 'Cras faucibus. Nunc adipiscing,'",
39 "reason": "forced by layout" 39 "reason": "geometry"
40 }, 40 },
41 { 41 {
42 "object": "InlineTextBox 'enim in scelerisque convallis,'", 42 "object": "InlineTextBox 'enim in scelerisque convallis,'",
43 "reason": "forced by layout" 43 "reason": "geometry"
44 }, 44 },
45 { 45 {
46 "object": "InlineTextBox 'augue '", 46 "object": "InlineTextBox 'augue '",
47 "reason": "forced by layout" 47 "reason": "geometry"
48 }, 48 },
49 { 49 {
50 "object": "LayoutInline SPAN id='t'", 50 "object": "LayoutInline SPAN id='t'",
51 "reason": "style change" 51 "reason": "style change"
52 }, 52 },
53 { 53 {
54 "object": "InlineFlowBox", 54 "object": "InlineFlowBox",
55 "reason": "style change" 55 "reason": "style change"
56 }, 56 },
57 { 57 {
58 "object": "LayoutText #text", 58 "object": "LayoutText #text",
59 "reason": "forced by layout" 59 "reason": "geometry"
60 }, 60 },
61 { 61 {
62 "object": "InlineTextBox 'purus'", 62 "object": "InlineTextBox 'purus'",
63 "reason": "forced by layout" 63 "reason": "geometry"
64 }, 64 },
65 { 65 {
66 "object": "LayoutText #text", 66 "object": "LayoutText #text",
67 "reason": "forced by layout" 67 "reason": "geometry"
68 }, 68 },
69 { 69 {
70 "object": "InlineTextBox ' eleifend lacus, at'", 70 "object": "InlineTextBox ' eleifend lacus, at'",
71 "reason": "forced by layout" 71 "reason": "geometry"
72 }, 72 },
73 { 73 {
74 "object": "InlineTextBox 'sagittis eros leo pulvinar velit.'", 74 "object": "InlineTextBox 'sagittis eros leo pulvinar velit.'",
75 "reason": "forced by layout" 75 "reason": "geometry"
76 }, 76 },
77 { 77 {
78 "object": "InlineTextBox 'Integer sollicitudin nisi ut urna'", 78 "object": "InlineTextBox 'Integer sollicitudin nisi ut urna'",
79 "reason": "forced by layout" 79 "reason": "geometry"
80 }, 80 },
81 { 81 {
82 "object": "InlineTextBox 'blandit convallis.'", 82 "object": "InlineTextBox 'blandit convallis.'",
83 "reason": "forced by layout" 83 "reason": "geometry"
84 } 84 }
85 ] 85 ]
86 } 86 }
87 87
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698