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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/table/border-collapse-change-separate-to-collapse-expected.txt

Issue 2430313004: Paint collapsed borders of a table as one display item (Closed)
Patch Set: Rebaseline on mac and win 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 id='table'", 10 "object": "LayoutTable TABLE id='table'",
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 { 44 {
45 "object": "LayoutTableCell TD", 45 "object": "LayoutTableCell TD",
46 "rect": [10, 10, 106, 108], 46 "rect": [10, 10, 106, 108],
47 "reason": "style change" 47 "reason": "style change"
48 } 48 }
49 ] 49 ]
50 } 50 }
51 ], 51 ],
52 "objectPaintInvalidations": [ 52 "objectPaintInvalidations": [
53 { 53 {
54 "object": "LayoutTableCell TD",
55 "reason": "style change"
56 },
57 {
58 "object": "LayoutTableCell TD",
59 "reason": "style change"
60 },
61 {
62 "object": "LayoutTable TABLE id='table'", 54 "object": "LayoutTable TABLE id='table'",
63 "reason": "style change" 55 "reason": "style change"
64 }, 56 },
65 { 57 {
66 "object": "LayoutTableSection TBODY", 58 "object": "LayoutTableSection TBODY",
67 "reason": "style change" 59 "reason": "style change"
68 }, 60 },
69 { 61 {
70 "object": "LayoutTableRow TR", 62 "object": "LayoutTableRow TR",
71 "reason": "style change" 63 "reason": "style change"
72 }, 64 },
73 { 65 {
74 "object": "LayoutTableCell TD", 66 "object": "LayoutTableCell TD",
75 "reason": "style change" 67 "reason": "style change"
76 }, 68 },
77 { 69 {
78 "object": "LayoutTableCell TD", 70 "object": "LayoutTableCell TD",
79 "reason": "style change" 71 "reason": "style change"
80 } 72 }
81 ] 73 ]
82 } 74 }
83 75
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698