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

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

Powered by Google App Engine
This is Rietveld 408576698