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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/table/cached-change-row-border-width-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": "LayoutTableCell TD", 10 "object": "LayoutTableCell TD",
(...skipping 23 matching lines...) Expand all
34 { 34 {
35 "object": "LayoutTable TABLE", 35 "object": "LayoutTable TABLE",
36 "rect": [62, 8, 6, 103], 36 "rect": [62, 8, 6, 103],
37 "reason": "incremental" 37 "reason": "incremental"
38 } 38 }
39 ] 39 ]
40 } 40 }
41 ], 41 ],
42 "objectPaintInvalidations": [ 42 "objectPaintInvalidations": [
43 { 43 {
44 "object": "LayoutTableCell TD", 44 "object": "LayoutTable TABLE",
45 "reason": "style change" 45 "reason": "style change"
46 }, 46 },
47 { 47 {
48 "object": "LayoutTableCell TD",
49 "reason": "style change"
50 },
51 {
52 "object": "LayoutTable TABLE", 48 "object": "LayoutTable TABLE",
53 "reason": "incremental" 49 "reason": "incremental"
54 }, 50 },
55 { 51 {
56 "object": "LayoutTableRow TR id='row'", 52 "object": "LayoutTableRow TR id='row'",
57 "reason": "style change" 53 "reason": "style change"
58 }, 54 },
59 { 55 {
60 "object": "LayoutTableCell TD", 56 "object": "LayoutTableCell TD",
61 "reason": "forced by layout" 57 "reason": "forced by layout"
62 }, 58 },
63 { 59 {
64 "object": "LayoutTableRow TR", 60 "object": "LayoutTableRow TR",
65 "reason": "location change" 61 "reason": "location change"
66 }, 62 },
67 { 63 {
68 "object": "LayoutTableCell TD", 64 "object": "LayoutTableCell TD",
69 "reason": "location change" 65 "reason": "location change"
70 } 66 }
71 ] 67 ]
72 } 68 }
73 69
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698