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

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

Powered by Google App Engine
This is Rietveld 408576698