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

Side by Side Diff: third_party/WebKit/LayoutTests/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
1 Hi! 1 Hi!
2 { 2 {
3 "layers": [ 3 "layers": [
4 { 4 {
5 "name": "LayoutView #document", 5 "name": "LayoutView #document",
6 "bounds": [785, 4021], 6 "bounds": [785, 4021],
7 "contentsOpaque": true, 7 "contentsOpaque": true,
8 "drawsContent": true, 8 "drawsContent": true,
9 "paintInvalidations": [ 9 "paintInvalidations": [
10 { 10 {
11 "object": "LayoutBlockFlow (positioned) DIV id='abs'", 11 "object": "LayoutBlockFlow (positioned) DIV id='abs'",
12 "rect": [425, 980, 360, 90], 12 "rect": [425, 980, 360, 90],
13 "reason": "subtree" 13 "reason": "subtree"
14 }, 14 },
15 { 15 {
16 "object": "LayoutBlockFlow (positioned) DIV id='abs'", 16 "object": "LayoutBlockFlow (positioned) DIV id='abs'",
17 "rect": [425, 980, 360, 90], 17 "rect": [425, 980, 360, 90],
18 "reason": "subtree" 18 "reason": "subtree"
19 }, 19 },
20 { 20 {
21 "object": "LayoutBlockFlow (positioned) DIV id='abs'", 21 "object": "LayoutBlockFlow (positioned) DIV id='abs'",
22 "rect": [425, 480, 360, 90], 22 "rect": [425, 480, 360, 90],
23 "reason": "subtree" 23 "reason": "subtree"
24 }, 24 },
25 { 25 {
26 "object": "LayoutBlockFlow (positioned) DIV id='abs'", 26 "object": "LayoutBlockFlow (positioned) DIV id='abs'",
27 "rect": [425, 480, 360, 90], 27 "rect": [425, 480, 360, 90],
28 "reason": "subtree" 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 } 29 }
50 ] 30 ]
51 } 31 }
52 ], 32 ],
53 "objectPaintInvalidations": [ 33 "objectPaintInvalidations": [
54 { 34 {
55 "object": "LayoutBlockFlow (positioned) DIV id='fixed'", 35 "object": "LayoutBlockFlow (positioned) DIV id='fixed'",
56 "reason": "subtree" 36 "reason": "subtree"
57 }, 37 },
58 { 38 {
(...skipping 28 matching lines...) Expand all
87 "object": "LayoutText #text", 67 "object": "LayoutText #text",
88 "reason": "subtree" 68 "reason": "subtree"
89 }, 69 },
90 { 70 {
91 "object": "InlineTextBox 'Hi!'", 71 "object": "InlineTextBox 'Hi!'",
92 "reason": "subtree" 72 "reason": "subtree"
93 } 73 }
94 ] 74 ]
95 } 75 }
96 76
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698