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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/resize-scrollable-iframe-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": "LayoutBlockFlow (anonymous)", 10 "object": "LayoutBlockFlow (anonymous)",
11 "rect": [8, 108, 784, 304], 11 "rect": [8, 108, 784, 304],
12 "reason": "forced by layout" 12 "reason": "geometry"
13 }, 13 },
14 { 14 {
15 "object": "LayoutView #document", 15 "object": "LayoutView #document",
16 "rect": [8, 193, 285, 200], 16 "rect": [8, 193, 285, 200],
17 "reason": "incremental" 17 "reason": "incremental"
18 }, 18 },
19 { 19 {
20 "object": "LayoutView #document", 20 "object": "LayoutView #document",
21 "rect": [8, 393, 285, 15], 21 "rect": [8, 393, 285, 15],
22 "reason": "scroll" 22 "reason": "scroll control"
23 }, 23 },
24 { 24 {
25 "object": "LayoutView #document", 25 "object": "LayoutView #document",
26 "rect": [93, 108, 200, 285], 26 "rect": [93, 108, 200, 285],
27 "reason": "incremental" 27 "reason": "incremental"
28 }, 28 },
29 { 29 {
30 "object": "LayoutView #document", 30 "object": "LayoutView #document",
31 "rect": [8, 193, 85, 15], 31 "rect": [8, 193, 85, 15],
32 "reason": "scroll" 32 "reason": "scroll control"
33 }, 33 },
34 { 34 {
35 "object": "LayoutView #document", 35 "object": "LayoutView #document",
36 "rect": [293, 108, 15, 285], 36 "rect": [293, 108, 15, 285],
37 "reason": "scroll" 37 "reason": "scroll control"
38 }, 38 },
39 { 39 {
40 "object": "LayoutView #document", 40 "object": "LayoutView #document",
41 "rect": [93, 108, 15, 85], 41 "rect": [93, 108, 15, 85],
42 "reason": "scroll" 42 "reason": "scroll control"
43 }, 43 },
44 { 44 {
45 "object": "LayoutView #document", 45 "object": "LayoutView #document",
46 "rect": [293, 393, 15, 15], 46 "rect": [293, 393, 15, 15],
47 "reason": "scroll" 47 "reason": "scroll control"
48 }, 48 },
49 { 49 {
50 "object": "LayoutView #document", 50 "object": "LayoutView #document",
51 "rect": [93, 193, 15, 15], 51 "rect": [93, 193, 15, 15],
52 "reason": "scroll" 52 "reason": "scroll control"
53 } 53 }
54 ] 54 ]
55 } 55 }
56 ], 56 ],
57 "objectPaintInvalidations": [ 57 "objectPaintInvalidations": [
58 { 58 {
59 "object": "LayoutBlockFlow (anonymous)", 59 "object": "LayoutBlockFlow (anonymous)",
60 "reason": "forced by layout" 60 "reason": "geometry"
61 }, 61 },
62 { 62 {
63 "object": "RootInlineBox", 63 "object": "RootInlineBox",
64 "reason": "forced by layout" 64 "reason": "geometry"
65 }, 65 },
66 { 66 {
67 "object": "LayoutIFrame IFRAME id='iframe'", 67 "object": "LayoutIFrame IFRAME id='iframe'",
68 "reason": "forced by layout" 68 "reason": "geometry"
69 }, 69 },
70 { 70 {
71 "object": "LayoutView #document", 71 "object": "LayoutView #document",
72 "reason": "scroll" 72 "reason": "geometry"
73 }, 73 },
74 { 74 {
75 "object": "HorizontalScrollbar", 75 "object": "HorizontalScrollbar",
76 "reason": "scroll" 76 "reason": "scroll control"
77 }, 77 },
78 { 78 {
79 "object": "LayoutView #document", 79 "object": "LayoutView #document",
80 "reason": "scroll" 80 "reason": "geometry"
81 }, 81 },
82 { 82 {
83 "object": "VerticalScrollbar", 83 "object": "VerticalScrollbar",
84 "reason": "scroll" 84 "reason": "scroll control"
85 }, 85 },
86 { 86 {
87 "object": "LayoutView #document", 87 "object": "LayoutView #document",
88 "reason": "incremental" 88 "reason": "incremental"
89 } 89 }
90 ] 90 ]
91 } 91 }
92 92
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698