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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac/virtual/disable-spinvalidation/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 {
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
87 "object": "LayoutText #text", 87 "object": "LayoutText #text",
88 "reason": "subtree" 88 "reason": "subtree"
89 }, 89 },
90 { 90 {
91 "object": "InlineTextBox 'Hi!'", 91 "object": "InlineTextBox 'Hi!'",
92 "reason": "subtree" 92 "reason": "subtree"
93 } 93 }
94 ] 94 ]
95 } 95 }
96 96
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698