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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/repaint-during-scroll-with-zoom-expected.txt

Issue 2751183002: Update reason after full paint invalidation (Closed)
Patch Set: rebaseline-cl Created 3 years, 9 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 "backgroundColor": "#C0C0C0",
9 "paintInvalidations": [
10 {
11 "object": "LayoutIFrame (positioned) IFRAME",
12 "rect": [2, 65, 236, 235],
13 "reason": "invalidate paint rectangle"
14 },
15 {
16 "object": "LayoutBlockFlow BODY",
17 "rect": [3, 65, 235, 235],
18 "reason": "subtree"
19 },
20 {
21 "object": "LayoutView #document",
22 "rect": [3, 65, 235, 235],
23 "reason": "subtree"
24 },
25 {
26 "object": "LayoutView #document",
27 "rect": [3, 300, 235, 15],
28 "reason": "scroll"
29 },
30 {
31 "object": "LayoutText #text",
32 "rect": [3, 65, 55, 17],
33 "reason": "subtree"
34 },
35 {
36 "object": "LayoutView #document",
37 "rect": [238, 65, 15, 235],
38 "reason": "scroll"
39 }
40 ]
41 }
42 ],
43 "objectPaintInvalidations": [
44 {
45 "object": "LayoutIFrame (positioned) IFRAME",
46 "reason": "invalidate paint rectangle"
47 },
48 {
49 "object": "HorizontalScrollbar",
50 "reason": "scroll"
51 },
52 {
53 "object": "VerticalScrollbar",
54 "reason": "scroll"
55 },
56 {
57 "object": "LayoutView #document",
58 "reason": "subtree"
59 },
60 {
61 "object": "LayoutBlockFlow HTML",
62 "reason": "subtree"
63 },
64 {
65 "object": "LayoutBlockFlow BODY",
66 "reason": "subtree"
67 },
68 {
69 "object": "RootInlineBox",
70 "reason": "subtree"
71 },
72 {
73 "object": "LayoutText #text",
74 "reason": "subtree"
75 },
76 {
77 "object": "InlineTextBox 'scroll me'",
78 "reason": "subtree"
79 }
80 ]
81 }
82
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698