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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/paint/invalidation/svg/scrolling-embedded-svg-file-image-repaint-problem-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": [1026, 1036], 5 "bounds": [1026, 1036],
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": [24, 1011, 737, 21], 11 "rect": [24, 1011, 737, 21],
12 "reason": "forced by layout" 12 "reason": "geometry"
13 }, 13 },
14 { 14 {
15 "object": "LayoutText #text", 15 "object": "LayoutText #text",
16 "rect": [177, 1012, 203, 19], 16 "rect": [177, 1012, 203, 19],
17 "reason": "forced by layout" 17 "reason": "geometry"
18 }, 18 },
19 { 19 {
20 "object": "LayoutText #text", 20 "object": "LayoutText #text",
21 "rect": [435, 1012, 173, 19], 21 "rect": [435, 1012, 173, 19],
22 "reason": "forced by layout" 22 "reason": "geometry"
23 } 23 }
24 ] 24 ]
25 } 25 }
26 ], 26 ],
27 "objectPaintInvalidations": [ 27 "objectPaintInvalidations": [
28 { 28 {
29 "object": "LayoutBlockFlow P", 29 "object": "LayoutBlockFlow P",
30 "reason": "forced by layout" 30 "reason": "geometry"
31 }, 31 },
32 { 32 {
33 "object": "RootInlineBox", 33 "object": "RootInlineBox",
34 "reason": "forced by layout" 34 "reason": "geometry"
35 }, 35 },
36 { 36 {
37 "object": "LayoutText #text", 37 "object": "LayoutText #text",
38 "reason": "forced by layout" 38 "reason": "geometry"
39 }, 39 },
40 { 40 {
41 "object": "InlineTextBox 'pservers-pattern-01-b \u2190'", 41 "object": "InlineTextBox 'pservers-pattern-01-b \u2190'",
42 "reason": "forced by layout" 42 "reason": "geometry"
43 }, 43 },
44 { 44 {
45 "object": "LayoutText #text", 45 "object": "LayoutText #text",
46 "reason": "forced by layout" 46 "reason": "geometry"
47 }, 47 },
48 { 48 {
49 "object": "InlineTextBox '\n'", 49 "object": "InlineTextBox '\n'",
50 "reason": "forced by layout" 50 "reason": "geometry"
51 }, 51 },
52 { 52 {
53 "object": "LayoutInline A", 53 "object": "LayoutInline A",
54 "reason": "style change" 54 "reason": "style change"
55 }, 55 },
56 { 56 {
57 "object": "InlineFlowBox", 57 "object": "InlineFlowBox",
58 "reason": "style change" 58 "reason": "style change"
59 }, 59 },
60 { 60 {
61 "object": "LayoutText #text", 61 "object": "LayoutText #text",
62 "reason": "forced by layout" 62 "reason": "geometry"
63 }, 63 },
64 { 64 {
65 "object": "InlineTextBox 'index'", 65 "object": "InlineTextBox 'index'",
66 "reason": "forced by layout" 66 "reason": "geometry"
67 }, 67 },
68 { 68 {
69 "object": "LayoutText #text", 69 "object": "LayoutText #text",
70 "reason": "forced by layout" 70 "reason": "geometry"
71 }, 71 },
72 { 72 {
73 "object": "InlineTextBox '\n'", 73 "object": "InlineTextBox '\n'",
74 "reason": "forced by layout" 74 "reason": "geometry"
75 }, 75 },
76 { 76 {
77 "object": "LayoutText #text", 77 "object": "LayoutText #text",
78 "reason": "forced by layout" 78 "reason": "geometry"
79 }, 79 },
80 { 80 {
81 "object": "InlineTextBox '\u2192 script-handle-01-b'", 81 "object": "InlineTextBox '\u2192 script-handle-01-b'",
82 "reason": "forced by layout" 82 "reason": "geometry"
83 } 83 }
84 ] 84 ]
85 } 85 }
86 86
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698