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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/compositing/repaint/fixed-pos-with-abs-pos-child-scroll-expected.txt

Issue 2327223002: Move all remaining fast/repaint tests 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 Hi!
2 {
3 "name": "Content Root Layer",
4 "bounds": [785, 4021],
5 "children": [
6 {
7 "name": "LayoutView #document",
8 "bounds": [785, 4021],
9 "contentsOpaque": true,
10 "drawsContent": true,
11 "paintInvalidations": [
12 {
13 "object": "LayoutBlockFlow (positioned) DIV id='abs'",
14 "rect": [425, 980, 360, 90],
15 "reason": "subtree"
16 },
17 {
18 "object": "LayoutBlockFlow (positioned) DIV id='abs'",
19 "rect": [425, 980, 360, 90],
20 "reason": "subtree"
21 },
22 {
23 "object": "LayoutBlockFlow (positioned) DIV id='abs'",
24 "rect": [425, 480, 360, 90],
25 "reason": "subtree"
26 },
27 {
28 "object": "LayoutBlockFlow (positioned) DIV id='abs'",
29 "rect": [425, 480, 360, 90],
30 "reason": "subtree"
31 },
32 {
33 "object": "LayoutText #text",
34 "rect": [425, 980, 22, 17],
35 "reason": "subtree"
36 },
37 {
38 "object": "LayoutText #text",
39 "rect": [425, 980, 22, 17],
40 "reason": "subtree"
41 },
42 {
43 "object": "LayoutText #text",
44 "rect": [425, 480, 22, 17],
45 "reason": "subtree"
46 },
47 {
48 "object": "LayoutText #text",
49 "rect": [425, 480, 22, 17],
50 "reason": "subtree"
51 }
52 ]
53 }
54 ],
55 "objectPaintInvalidations": [
56 {
57 "object": "LayoutBlockFlow (positioned) DIV id='fixed'",
58 "reason": "subtree"
59 },
60 {
61 "object": "LayoutBlockFlow (positioned) DIV id='abs'",
62 "reason": "subtree"
63 },
64 {
65 "object": "RootInlineBox",
66 "reason": "subtree"
67 },
68 {
69 "object": "LayoutText #text",
70 "reason": "subtree"
71 },
72 {
73 "object": "InlineTextBox 'Hi!'",
74 "reason": "subtree"
75 },
76 {
77 "object": "LayoutBlockFlow (positioned) DIV id='fixed'",
78 "reason": "subtree"
79 },
80 {
81 "object": "LayoutBlockFlow (positioned) DIV id='abs'",
82 "reason": "subtree"
83 },
84 {
85 "object": "RootInlineBox",
86 "reason": "subtree"
87 },
88 {
89 "object": "LayoutText #text",
90 "reason": "subtree"
91 },
92 {
93 "object": "InlineTextBox 'Hi!'",
94 "reason": "subtree"
95 }
96 ]
97 }
98
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698