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

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

Powered by Google App Engine
This is Rietveld 408576698