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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/composited-overflow-with-local-background-expected.txt

Issue 2307983002: Include scroll offset in scrolling contents painted background rect 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
1 { 1 {
2 "name": "Content Root Layer", 2 "name": "Content Root Layer",
3 "bounds": [800, 600], 3 "bounds": [800, 600],
4 "children": [ 4 "children": [
5 { 5 {
6 "name": "LayoutView #document", 6 "name": "LayoutView #document",
7 "bounds": [800, 600], 7 "bounds": [800, 600],
8 "contentsOpaque": true, 8 "contentsOpaque": true,
9 "drawsContent": true, 9 "drawsContent": true,
10 "children": [ 10 "children": [
(...skipping 18 matching lines...) Expand all
29 "shouldFlattenTransform": false, 29 "shouldFlattenTransform": false,
30 "children": [ 30 "children": [
31 { 31 {
32 "name": "Scrolling Contents Layer", 32 "name": "Scrolling Contents Layer",
33 "bounds": [185, 300], 33 "bounds": [185, 300],
34 "contentsOpaque": true, 34 "contentsOpaque": true,
35 "drawsContent": true, 35 "drawsContent": true,
36 "paintInvalidations": [ 36 "paintInvalidations": [
37 { 37 {
38 "object": "LayoutBlockFlow DIV id='scroller'", 38 "object": "LayoutBlockFlow DIV id='scroller'",
39 "rect": [0, 0, 185, 300], 39 "rect": [0, -100, 185, 300],
40 "reason": "style change" 40 "reason": "style change"
41 } 41 }
42 ] 42 ]
43 } 43 }
44 ] 44 ]
45 }, 45 },
46 { 46 {
47 "name": "Overflow Controls Host Layer", 47 "name": "Overflow Controls Host Layer",
48 "bounds": [200, 200], 48 "bounds": [200, 200],
49 "children": [ 49 "children": [
(...skipping 25 matching lines...) Expand all
75 "object": "Scrolling Contents Layer", 75 "object": "Scrolling Contents Layer",
76 "reason": "style change" 76 "reason": "style change"
77 }, 77 },
78 { 78 {
79 "object": "LayoutBlockFlow DIV id='scroller'", 79 "object": "LayoutBlockFlow DIV id='scroller'",
80 "reason": "style change" 80 "reason": "style change"
81 } 81 }
82 ] 82 ]
83 } 83 }
84 84
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698