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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/fast/repaint/repaint-during-scroll-with-zoom-expected.txt

Issue 2321183002: Move repaint tests (except for svg/) to paint/invalidation (Closed)
Patch Set: - Created 4 years, 3 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 "name": "Content Root Layer",
3 "bounds": [800, 600],
4 "children": [
5 {
6 "name": "LayoutView #document",
7 "bounds": [800, 600],
8 "contentsOpaque": true,
9 "drawsContent": true,
10 "backgroundColor": "#C0C0C0",
11 "paintInvalidations": [
12 {
13 "object": "LayoutIFrame (positioned) IFRAME",
14 "rect": [2, 64, 235, 236],
15 "reason": "invalidate paint rectangle"
16 },
17 {
18 "object": "LayoutBlockFlow BODY",
19 "rect": [2, 65, 235, 235],
20 "reason": "subtree"
21 },
22 {
23 "object": "LayoutView #document",
24 "rect": [2, 65, 235, 235],
25 "reason": "subtree"
26 },
27 {
28 "object": "LayoutView #document",
29 "rect": [2, 299, 235, 16],
30 "reason": "scroll"
31 },
32 {
33 "object": "LayoutView #document",
34 "rect": [2, 300, 235, 15],
35 "reason": "scroll"
36 },
37 {
38 "object": "LayoutBlockFlow HTML",
39 "rect": [2, 65, 225, 235],
40 "reason": "subtree"
41 },
42 {
43 "object": "LayoutText #text",
44 "rect": [2, 65, 58, 15],
45 "reason": "subtree"
46 },
47 {
48 "object": "LayoutView #document",
49 "rect": [237, 64, 15, 236],
50 "reason": "scroll"
51 },
52 {
53 "object": "LayoutView #document",
54 "rect": [237, 65, 15, 235],
55 "reason": "scroll"
56 },
57 {
58 "object": "LayoutView #document",
59 "rect": [237, 299, 15, 16],
60 "reason": "scroll"
61 },
62 {
63 "object": "LayoutView #document",
64 "rect": [237, 300, 15, 15],
65 "reason": "scroll"
66 }
67 ]
68 }
69 ],
70 "objectPaintInvalidations": [
71 {
72 "object": "LayoutIFrame (positioned) IFRAME",
73 "reason": "invalidate paint rectangle"
74 },
75 {
76 "object": "LayoutView #document",
77 "reason": "subtree"
78 },
79 {
80 "object": "LayoutBlockFlow HTML",
81 "reason": "subtree"
82 },
83 {
84 "object": "LayoutBlockFlow BODY",
85 "reason": "subtree"
86 },
87 {
88 "object": "RootInlineBox",
89 "reason": "subtree"
90 },
91 {
92 "object": "LayoutText #text",
93 "reason": "subtree"
94 },
95 {
96 "object": "InlineTextBox 'scroll me'",
97 "reason": "subtree"
98 },
99 {
100 "object": "HorizontalScrollbar",
101 "reason": "scroll"
102 },
103 {
104 "object": "VerticalScrollbar",
105 "reason": "scroll"
106 }
107 ]
108 }
109
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698