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

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

Issue 2498823002: Paint invalidation of local attachment backgrounds (Closed)
Patch Set: - Created 4 years, 1 month 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/paint/invalidation/compositing/background-attachment-local-composited.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 }, 8 },
9 { 9 {
10 "name": "LayoutBlockFlow DIV id='scroller'", 10 "name": "LayoutBlockFlow DIV id='scroller'",
(...skipping 17 matching lines...) Expand all
28 }, 28 },
29 { 29 {
30 "name": "Scrolling Contents Layer", 30 "name": "Scrolling Contents Layer",
31 "bounds": [185, 300], 31 "bounds": [185, 300],
32 "contentsOpaque": true, 32 "contentsOpaque": true,
33 "drawsContent": true, 33 "drawsContent": true,
34 "paintInvalidations": [ 34 "paintInvalidations": [
35 { 35 {
36 "object": "LayoutBlockFlow DIV id='scroller'", 36 "object": "LayoutBlockFlow DIV id='scroller'",
37 "rect": [0, 0, 185, 300], 37 "rect": [0, 0, 185, 300],
38 "reason": "style change" 38 "reason": "background on scrolling contents layer"
39 } 39 }
40 ] 40 ]
41 }, 41 },
42 { 42 {
43 "name": "Overflow Controls Host Layer", 43 "name": "Overflow Controls Host Layer",
44 "bounds": [200, 200] 44 "bounds": [200, 200]
45 }, 45 },
46 { 46 {
47 "name": "Horizontal Scrollbar Layer", 47 "name": "Horizontal Scrollbar Layer",
48 "position": [0, 185], 48 "position": [0, 185],
49 "bounds": [185, 15] 49 "bounds": [185, 15]
50 }, 50 },
51 { 51 {
52 "name": "Vertical Scrollbar Layer", 52 "name": "Vertical Scrollbar Layer",
53 "position": [185, 0], 53 "position": [185, 0],
54 "bounds": [15, 185] 54 "bounds": [15, 185]
55 }, 55 },
56 { 56 {
57 "name": "Scroll Corner Layer", 57 "name": "Scroll Corner Layer",
58 "position": [185, 185], 58 "position": [185, 185],
59 "bounds": [15, 15], 59 "bounds": [15, 15],
60 "drawsContent": true 60 "drawsContent": true
61 } 61 }
62 ], 62 ],
63 "objectPaintInvalidations": [ 63 "objectPaintInvalidations": [
64 { 64 {
65 "object": "Scrolling Contents Layer", 65 "object": "Scrolling Contents Layer",
66 "reason": "style change" 66 "reason": "background on scrolling contents layer"
67 }, 67 },
68 { 68 {
69 "object": "LayoutBlockFlow DIV id='scroller'", 69 "object": "LayoutBlockFlow DIV id='scroller'",
70 "reason": "style change" 70 "reason": "style change"
71 } 71 }
72 ] 72 ]
73 } 73 }
74 74
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/paint/invalidation/compositing/background-attachment-local-composited.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698