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

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

Powered by Google App Engine
This is Rietveld 408576698