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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/table/cached-cell-append-expected.txt

Issue 2430313004: Paint collapsed borders of a table as one display item (Closed)
Patch Set: Improve raster performance 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
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 "paintInvalidations": [ 8 "paintInvalidations": [
9 { 9 {
10 "object": "LayoutTable TABLE", 10 "object": "LayoutTable TABLE",
(...skipping 13 matching lines...) Expand all
24 { 24 {
25 "object": "LayoutTableCell TD", 25 "object": "LayoutTableCell TD",
26 "rect": [8, 8, 62, 56], 26 "rect": [8, 8, 62, 56],
27 "reason": "location change" 27 "reason": "location change"
28 } 28 }
29 ] 29 ]
30 } 30 }
31 ], 31 ],
32 "objectPaintInvalidations": [ 32 "objectPaintInvalidations": [
33 { 33 {
34 "object": "LayoutTableCell TD", 34 "object": "LayoutTable TABLE",
35 "reason": "style change" 35 "reason": "style change"
36 }, 36 },
37 { 37 {
38 "object": "LayoutTableCell TD",
39 "reason": "style change"
40 },
41 {
42 "object": "LayoutTable TABLE", 38 "object": "LayoutTable TABLE",
43 "reason": "incremental" 39 "reason": "incremental"
44 }, 40 },
45 { 41 {
46 "object": "LayoutTableRow TR id='row'", 42 "object": "LayoutTableRow TR id='row'",
47 "reason": "location change" 43 "reason": "location change"
48 }, 44 },
49 { 45 {
50 "object": "LayoutTableCell TD", 46 "object": "LayoutTableCell TD",
51 "reason": "location change" 47 "reason": "location change"
52 }, 48 },
53 { 49 {
54 "object": "LayoutTableCell TD", 50 "object": "LayoutTableCell TD",
55 "reason": "layoutObject insertion" 51 "reason": "layoutObject insertion"
56 } 52 }
57 ] 53 ]
58 } 54 }
59 55
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698