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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/table/cached-change-col-border-width-expected.txt

Issue 2556633002: Revert of Paint collapsed borders of a table as one display item (Closed)
Patch Set: 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 "paintInvalidations": [ 8 "paintInvalidations": [
9 { 9 {
10 "object": "LayoutTable TABLE",
11 "rect": [8, 8, 113, 104],
12 "reason": "forced by layout"
13 },
14 {
15 "object": "LayoutTableCol COL id='col'", 10 "object": "LayoutTableCol COL id='col'",
16 "rect": [8, 8, 113, 104], 11 "rect": [8, 8, 113, 104],
17 "reason": "style change" 12 "reason": "style change"
18 }, 13 },
19 { 14 {
15 "object": "LayoutTable TABLE",
16 "rect": [8, 108, 113, 4],
17 "reason": "incremental"
18 },
19 {
20 "object": "LayoutTableCell TD", 20 "object": "LayoutTableCell TD",
21 "rect": [8, 59, 60, 53], 21 "rect": [8, 59, 60, 53],
22 "reason": "bounds change" 22 "reason": "bounds change"
23 }, 23 },
24 { 24 {
25 "object": "LayoutTableCell TD", 25 "object": "LayoutTableCell TD",
26 "rect": [8, 8, 60, 53], 26 "rect": [8, 8, 60, 53],
27 "reason": "location change" 27 "reason": "location change"
28 }, 28 },
29 { 29 {
(...skipping 13 matching lines...) Expand all
43 }, 43 },
44 { 44 {
45 "object": "LayoutTableCell TD", 45 "object": "LayoutTableCell TD",
46 "rect": [62, 8, 55, 52], 46 "rect": [62, 8, 55, 52],
47 "reason": "bounds change" 47 "reason": "bounds change"
48 }, 48 },
49 { 49 {
50 "object": "LayoutTableCell TD", 50 "object": "LayoutTableCell TD",
51 "rect": [63, 59, 54, 51], 51 "rect": [63, 59, 54, 51],
52 "reason": "bounds change" 52 "reason": "bounds change"
53 },
54 {
55 "object": "LayoutTable TABLE",
56 "rect": [116, 8, 5, 104],
57 "reason": "incremental"
53 } 58 }
54 ] 59 ]
55 } 60 }
56 ], 61 ],
57 "objectPaintInvalidations": [ 62 "objectPaintInvalidations": [
58 { 63 {
64 "object": "LayoutTableCell TD",
65 "reason": "style change"
66 },
67 {
68 "object": "LayoutTableCell TD",
69 "reason": "style change"
70 },
71 {
72 "object": "LayoutTableCell TD",
73 "reason": "style change"
74 },
75 {
76 "object": "LayoutTableCell TD",
77 "reason": "style change"
78 },
79 {
59 "object": "LayoutTable TABLE", 80 "object": "LayoutTable TABLE",
60 "reason": "forced by layout" 81 "reason": "incremental"
61 }, 82 },
62 { 83 {
63 "object": "LayoutTableCol COL id='col'", 84 "object": "LayoutTableCol COL id='col'",
64 "reason": "style change" 85 "reason": "style change"
65 }, 86 },
66 { 87 {
67 "object": "LayoutTableRow TR", 88 "object": "LayoutTableRow TR",
68 "reason": "location change" 89 "reason": "location change"
69 }, 90 },
70 { 91 {
(...skipping 12 matching lines...) Expand all
83 "object": "LayoutTableCell TD", 104 "object": "LayoutTableCell TD",
84 "reason": "bounds change" 105 "reason": "bounds change"
85 }, 106 },
86 { 107 {
87 "object": "LayoutTableCell TD", 108 "object": "LayoutTableCell TD",
88 "reason": "bounds change" 109 "reason": "bounds change"
89 } 110 }
90 ] 111 ]
91 } 112 }
92 113
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698