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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/table/cached-change-cell-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": "LayoutTable TABLE", 10 "object": "LayoutTable TABLE",
(...skipping 18 matching lines...) Expand all
29 { 29 {
30 "object": "LayoutTable TABLE", 30 "object": "LayoutTable TABLE",
31 "rect": [116, 8, 6, 54], 31 "rect": [116, 8, 6, 54],
32 "reason": "incremental" 32 "reason": "incremental"
33 } 33 }
34 ] 34 ]
35 } 35 }
36 ], 36 ],
37 "objectPaintInvalidations": [ 37 "objectPaintInvalidations": [
38 { 38 {
39 "object": "LayoutTableCell TD id='foo'", 39 "object": "LayoutTable TABLE",
40 "reason": "style change" 40 "reason": "style change"
41 }, 41 },
42 { 42 {
43 "object": "LayoutTableCell TD",
44 "reason": "style change"
45 },
46 {
47 "object": "LayoutTable TABLE", 43 "object": "LayoutTable TABLE",
48 "reason": "incremental" 44 "reason": "incremental"
49 }, 45 },
50 { 46 {
51 "object": "LayoutTableRow TR", 47 "object": "LayoutTableRow TR",
52 "reason": "location change" 48 "reason": "location change"
53 }, 49 },
54 { 50 {
55 "object": "LayoutTableCell TD id='foo'", 51 "object": "LayoutTableCell TD id='foo'",
56 "reason": "style change" 52 "reason": "style change"
57 }, 53 },
58 { 54 {
59 "object": "LayoutTableCell TD", 55 "object": "LayoutTableCell TD",
60 "reason": "bounds change" 56 "reason": "bounds change"
61 } 57 }
62 ] 58 ]
63 } 59 }
64 60
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698