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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/repaint-during-scroll-with-zoom-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 { 1 {
2 "layers": [ 2 "layers": [
3 { 3 {
4 "name": "LayoutView #document", 4 "name": "LayoutView #document",
5 "bounds": [800, 600], 5 "bounds": [800, 600],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "backgroundColor": "#C0C0C0", 8 "backgroundColor": "#C0C0C0",
9 "paintInvalidations": [ 9 "paintInvalidations": [
10 { 10 {
(...skipping 10 matching lines...) Expand all
21 "object": "LayoutView #document", 21 "object": "LayoutView #document",
22 "rect": [3, 65, 235, 235], 22 "rect": [3, 65, 235, 235],
23 "reason": "subtree" 23 "reason": "subtree"
24 }, 24 },
25 { 25 {
26 "object": "LayoutView #document", 26 "object": "LayoutView #document",
27 "rect": [3, 300, 235, 15], 27 "rect": [3, 300, 235, 15],
28 "reason": "scroll" 28 "reason": "scroll"
29 }, 29 },
30 { 30 {
31 "object": "LayoutText #text",
32 "rect": [3, 65, 58, 15],
33 "reason": "subtree"
34 },
35 {
36 "object": "LayoutView #document", 31 "object": "LayoutView #document",
37 "rect": [238, 65, 15, 235], 32 "rect": [238, 65, 15, 235],
38 "reason": "scroll" 33 "reason": "scroll"
39 } 34 }
40 ] 35 ]
41 } 36 }
42 ], 37 ],
43 "objectPaintInvalidations": [ 38 "objectPaintInvalidations": [
44 { 39 {
45 "object": "LayoutIFrame (positioned) IFRAME", 40 "object": "LayoutIFrame (positioned) IFRAME",
(...skipping 27 matching lines...) Expand all
73 "object": "LayoutText #text", 68 "object": "LayoutText #text",
74 "reason": "subtree" 69 "reason": "subtree"
75 }, 70 },
76 { 71 {
77 "object": "InlineTextBox 'scroll me'", 72 "object": "InlineTextBox 'scroll me'",
78 "reason": "subtree" 73 "reason": "subtree"
79 } 74 }
80 ] 75 ]
81 } 76 }
82 77
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698