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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/virtual/disable-spinvalidation/paint/invalidation/multicol-repaint-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": "LayoutMultiColumnFlowThread (anonymous)", 10 "object": "LayoutMultiColumnFlowThread (anonymous)",
11 "rect": [9, 9, 400, 100], 11 "rect": [9, 9, 400, 100],
12 "reason": "forced by layout" 12 "reason": "geometry"
13 }, 13 },
14 { 14 {
15 "object": "LayoutInline SPAN id='a'", 15 "object": "LayoutInline SPAN id='a'",
16 "rect": [234, 10, 300, 57], 16 "rect": [234, 10, 300, 57],
17 "reason": "forced by layout" 17 "reason": "geometry"
18 }, 18 },
19 { 19 {
20 "object": "LayoutText #text", 20 "object": "LayoutText #text",
21 "rect": [234, 15, 300, 50], 21 "rect": [234, 15, 300, 50],
22 "reason": "layoutObject insertion" 22 "reason": "appeared"
23 }, 23 },
24 { 24 {
25 "object": "LayoutText #text", 25 "object": "LayoutText #text",
26 "rect": [234, 15, 50, 50], 26 "rect": [234, 15, 50, 50],
27 "reason": "layoutObject removal" 27 "reason": "disappeared"
28 }, 28 },
29 { 29 {
30 "object": "LayoutText #text", 30 "object": "LayoutText #text",
31 "rect": [9, 10, 13, 57], 31 "rect": [9, 10, 13, 57],
32 "reason": "forced by layout" 32 "reason": "geometry"
33 } 33 }
34 ] 34 ]
35 } 35 }
36 ], 36 ],
37 "objectPaintInvalidations": [ 37 "objectPaintInvalidations": [
38 { 38 {
39 "object": "LayoutText #text", 39 "object": "LayoutText #text",
40 "reason": "layoutObject removal" 40 "reason": "disappeared"
41 }, 41 },
42 { 42 {
43 "object": "LayoutMultiColumnFlowThread (anonymous)", 43 "object": "LayoutMultiColumnFlowThread (anonymous)",
44 "reason": "forced by layout" 44 "reason": "geometry"
45 }, 45 },
46 { 46 {
47 "object": "RootInlineBox", 47 "object": "RootInlineBox",
48 "reason": "forced by layout" 48 "reason": "geometry"
49 }, 49 },
50 { 50 {
51 "object": "LayoutText #text", 51 "object": "LayoutText #text",
52 "reason": "forced by layout" 52 "reason": "geometry"
53 }, 53 },
54 { 54 {
55 "object": "InlineTextBox '\u00A0'", 55 "object": "InlineTextBox '\u00A0'",
56 "reason": "forced by layout" 56 "reason": "geometry"
57 }, 57 },
58 { 58 {
59 "object": "LayoutBR BR", 59 "object": "LayoutBR BR",
60 "reason": "forced by layout" 60 "reason": "geometry"
61 }, 61 },
62 { 62 {
63 "object": "InlineTextBox '\n'", 63 "object": "InlineTextBox '\n'",
64 "reason": "forced by layout" 64 "reason": "geometry"
65 }, 65 },
66 { 66 {
67 "object": "LayoutInline SPAN id='a'", 67 "object": "LayoutInline SPAN id='a'",
68 "reason": "forced by layout" 68 "reason": "geometry"
69 }, 69 },
70 { 70 {
71 "object": "InlineFlowBox", 71 "object": "InlineFlowBox",
72 "reason": "forced by layout" 72 "reason": "geometry"
73 }, 73 },
74 { 74 {
75 "object": "LayoutText #text", 75 "object": "LayoutText #text",
76 "reason": "layoutObject insertion" 76 "reason": "appeared"
77 }, 77 },
78 { 78 {
79 "object": "InlineTextBox 'XXXXXX'", 79 "object": "InlineTextBox 'XXXXXX'",
80 "reason": "layoutObject insertion" 80 "reason": "appeared"
81 } 81 }
82 ] 82 ]
83 } 83 }
84 84
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698