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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/multicol-repaint-expected.txt

Issue 2509323005: No need to force relayout of children when page logical height changes. (Closed)
Patch Set: Rebaseline invalidation tests that lay out less than before (but still pass). Created 4 years 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)",
11 "rect": [9, 9, 400, 100],
12 "reason": "forced by layout"
13 },
14 {
15 "object": "LayoutInline SPAN id='a'", 10 "object": "LayoutInline SPAN id='a'",
16 "rect": [234, 9, 300, 59], 11 "rect": [234, 9, 300, 59],
17 "reason": "forced by layout" 12 "reason": "forced by layout"
18 }, 13 },
19 { 14 {
20 "object": "LayoutText #text", 15 "object": "LayoutText #text",
21 "rect": [234, 15, 300, 50], 16 "rect": [234, 15, 300, 50],
22 "reason": "full" 17 "reason": "full"
23 },
24 {
25 "object": "LayoutText #text",
26 "rect": [9, 9, 13, 59],
27 "reason": "forced by layout"
28 } 18 }
29 ] 19 ]
30 } 20 }
31 ], 21 ],
32 "objectPaintInvalidations": [ 22 "objectPaintInvalidations": [
33 { 23 {
34 "object": "LayoutMultiColumnFlowThread (anonymous)",
35 "reason": "forced by layout"
36 },
37 {
38 "object": "RootInlineBox",
39 "reason": "forced by layout"
40 },
41 {
42 "object": "LayoutText #text",
43 "reason": "forced by layout"
44 },
45 {
46 "object": "InlineTextBox '\u00A0'",
47 "reason": "forced by layout"
48 },
49 {
50 "object": "LayoutBR BR",
51 "reason": "forced by layout"
52 },
53 {
54 "object": "InlineTextBox '\n'",
55 "reason": "forced by layout"
56 },
57 {
58 "object": "LayoutInline SPAN id='a'", 24 "object": "LayoutInline SPAN id='a'",
59 "reason": "forced by layout" 25 "reason": "forced by layout"
60 }, 26 },
61 { 27 {
62 "object": "InlineFlowBox", 28 "object": "InlineFlowBox",
63 "reason": "forced by layout" 29 "reason": "forced by layout"
64 }, 30 },
65 { 31 {
66 "object": "LayoutText #text", 32 "object": "LayoutText #text",
67 "reason": "full" 33 "reason": "full"
68 }, 34 },
69 { 35 {
70 "object": "InlineTextBox 'XXXXXX'", 36 "object": "InlineTextBox 'XXXXXX'",
71 "reason": "full" 37 "reason": "full"
72 } 38 }
73 ] 39 ]
74 } 40 }
75 41
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698