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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/layers/scroll-descendant-with-cached-cliprects-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": [785, 1893],
4 "children": [
5 {
6 "name": "LayoutView #document",
7 "bounds": [785, 1893],
8 "contentsOpaque": true,
9 "drawsContent": true,
10 "paintInvalidations": [
11 {
12 "object": "LayoutBlockFlow (positioned) DIV id='scrollpanel'",
13 "rect": [677, 250, 100, 100],
14 "reason": "subtree"
15 },
16 {
17 "object": "LayoutBlockFlow (relative positioned) DIV class='container' ",
18 "rect": [677, 250, 100, 100],
19 "reason": "subtree"
20 },
21 {
22 "object": "LayoutBlockFlow (relative positioned) DIV id='ul'",
23 "rect": [677, 250, 100, 100],
24 "reason": "subtree"
25 },
26 {
27 "object": "LayoutBlockFlow DIV",
28 "rect": [677, 250, 100, 100],
29 "reason": "subtree"
30 },
31 {
32 "object": "LayoutBlockFlow (positioned) DIV id='scrollpanel'",
33 "rect": [677, 50, 100, 100],
34 "reason": "subtree"
35 },
36 {
37 "object": "LayoutBlockFlow (relative positioned) DIV class='container' ",
38 "rect": [677, 50, 100, 100],
39 "reason": "subtree"
40 },
41 {
42 "object": "LayoutBlockFlow (relative positioned) DIV id='ul'",
43 "rect": [677, 50, 100, 100],
44 "reason": "subtree"
45 },
46 {
47 "object": "LayoutBlockFlow DIV",
48 "rect": [677, 50, 100, 100],
49 "reason": "subtree"
50 }
51 ]
52 }
53 ],
54 "objectPaintInvalidations": [
55 {
56 "object": "LayoutBlockFlow (positioned) DIV id='scrollpanel'",
57 "reason": "style change"
58 },
59 {
60 "object": "LayoutBlockFlow (relative positioned) DIV class='container'",
61 "reason": "style change"
62 },
63 {
64 "object": "LayoutBlockFlow (relative positioned) DIV id='ul'",
65 "reason": "style change"
66 },
67 {
68 "object": "LayoutBlockFlow DIV",
69 "reason": "style change"
70 },
71 {
72 "object": "LayoutBlockFlow (positioned) DIV id='scrollpanel'",
73 "reason": "subtree"
74 },
75 {
76 "object": "LayoutBlockFlow (relative positioned) DIV class='container'",
77 "reason": "subtree"
78 },
79 {
80 "object": "LayoutBlockFlow (relative positioned) DIV id='ul'",
81 "reason": "subtree"
82 },
83 {
84 "object": "LayoutBlockFlow DIV",
85 "reason": "subtree"
86 }
87 ]
88 }
89
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698