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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/invalidate-cell-in-row-with-offset-expected.txt

Issue 2591883002: Apply both phsical bounding box and clip to composited bounds. (Closed)
Patch Set: none Created 3 years, 11 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 }, 8 },
9 { 9 {
10 "name": "LayoutTableRow TR", 10 "name": "LayoutTableRow TR",
11 "position": [8, 18], 11 "position": [8, 18],
12 "bounds": [234, 0], 12 "transformOrigin": [117, 0],
13 "drawsContent": true, 13 "drawsContent": true,
14 "backgroundColor": "#0000FF" 14 "backgroundColor": "#0000FF"
15 }, 15 },
16 { 16 {
17 "name": "LayoutTableRow TR", 17 "name": "LayoutTableRow TR",
18 "position": [8, 28], 18 "position": [8, 28],
19 "bounds": [234, 102], 19 "bounds": [234, 102],
20 "drawsContent": true, 20 "drawsContent": true,
21 "backgroundColor": "#0000FF" 21 "backgroundColor": "#0000FF"
22 }, 22 },
(...skipping 13 matching lines...) Expand all
36 } 36 }
37 ], 37 ],
38 "objectPaintInvalidations": [ 38 "objectPaintInvalidations": [
39 { 39 {
40 "object": "LayoutTableCell TD id='target'", 40 "object": "LayoutTableCell TD id='target'",
41 "reason": "style change" 41 "reason": "style change"
42 } 42 }
43 ] 43 ]
44 } 44 }
45 45
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698