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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/compositing/invalidate-when-leaving-squashed-layer-expected.txt

Issue 2559863002: Fix issue when background changes painting target layer (Closed)
Patch Set: Fix windows build Created 4 years 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 }, 8 },
9 { 9 {
10 "name": "Squashing Containment Layer", 10 "name": "Squashing Containment Layer",
(...skipping 24 matching lines...) Expand all
35 "name": "LayoutBlockFlow (positioned) DIV id='target'", 35 "name": "LayoutBlockFlow (positioned) DIV id='target'",
36 "position": [50, 50], 36 "position": [50, 50],
37 "bounds": [200, 200], 37 "bounds": [200, 200],
38 "contentsOpaque": true, 38 "contentsOpaque": true,
39 "drawsContent": true, 39 "drawsContent": true,
40 "backgroundColor": "#ADD8E6", 40 "backgroundColor": "#ADD8E6",
41 "paintInvalidations": [ 41 "paintInvalidations": [
42 { 42 {
43 "object": "LayoutBlockFlow (positioned) DIV id='target'", 43 "object": "LayoutBlockFlow (positioned) DIV id='target'",
44 "rect": [0, 0, 200, 200], 44 "rect": [0, 0, 200, 200],
45 "reason": "full"
46 },
47 {
48 "object": "LayoutBlockFlow (positioned) DIV id='target'",
49 "rect": [0, 0, 200, 200],
45 "reason": "subtree" 50 "reason": "subtree"
46 } 51 }
47 ] 52 ]
48 } 53 }
49 ], 54 ],
50 "objectPaintInvalidations": [ 55 "objectPaintInvalidations": [
51 { 56 {
52 "object": "LayoutBlockFlow (positioned) DIV id='target'", 57 "object": "LayoutBlockFlow (positioned) DIV id='target'",
53 "reason": "subtree" 58 "reason": "subtree"
54 }, 59 },
55 { 60 {
56 "object": "LayoutBlockFlow (positioned) DIV id='target'", 61 "object": "LayoutBlockFlow (positioned) DIV id='target'",
57 "reason": "subtree" 62 "reason": "subtree"
58 } 63 }
59 ] 64 ]
60 } 65 }
61 66
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698