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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/table-cell-collapsed-border-expected.txt

Issue 2791433003: Fix Border collapsing with colpsan / rowspan cells
Patch Set: bug 2902 Created 3 years, 8 months 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 id='t3'", 10 "object": "LayoutTableCell TD id='t3'",
11 "rect": [220, 264, 122, 110], 11 "rect": [220, 264, 122, 110],
12 "reason": "style change" 12 "reason": "style change"
13 }, 13 },
14 { 14 {
15 "object": "LayoutTableCell TD id='t1'", 15 "object": "LayoutTableCell TD id='t1'",
16 "rect": [220, 64, 122, 108], 16 "rect": [220, 64, 122, 108],
17 "reason": "style change" 17 "reason": "style change"
18 }, 18 },
19 { 19 {
20 "object": "LayoutTableCell TD id='t2'", 20 "object": "LayoutTableCell TD id='t2'",
21 "rect": [3, 264, 118, 110], 21 "rect": [3, 264, 118, 110],
22 "reason": "style change" 22 "reason": "style change"
23 } 23 }
24 ] 24 ]
25 } 25 }
26 ], 26 ],
27 "objectPaintInvalidations": [ 27 "objectPaintInvalidations": [
28 { 28 {
29 "object": "LayoutTableCell TD", 29 "object": "LayoutTableSection TBODY",
30 "reason": "style change" 30 "reason": "style change"
31 }, 31 },
32 { 32 {
33 "object": "LayoutTableCell TD id='t1'", 33 "object": "LayoutTableSection TBODY",
34 "reason": "style change" 34 "reason": "style change"
35 }, 35 },
36 { 36 {
37 "object": "LayoutTableCell TD", 37 "object": "LayoutTableSection TBODY",
38 "reason": "style change" 38 "reason": "style change"
39 }, 39 },
40 { 40 {
41 "object": "LayoutTableCell TD", 41 "object": "LayoutTableSection TBODY",
42 "reason": "style change" 42 "reason": "style change"
43 }, 43 },
44 { 44 {
45 "object": "LayoutTableCell TD", 45 "object": "LayoutTableSection TBODY",
46 "reason": "style change" 46 "reason": "style change"
47 }, 47 },
48 { 48 {
49 "object": "LayoutTableCell TD id='t2'", 49 "object": "LayoutTableSection TBODY",
50 "reason": "style change" 50 "reason": "style change"
51 }, 51 },
52 { 52 {
53 "object": "LayoutTableCell TD", 53 "object": "LayoutTableSection TBODY",
54 "reason": "style change" 54 "reason": "style change"
55 }, 55 },
56 { 56 {
57 "object": "LayoutTableCell TD id='t3'", 57 "object": "LayoutTableSection TBODY",
58 "reason": "style change" 58 "reason": "style change"
59 }, 59 },
60 { 60 {
61 "object": "LayoutTableCell TD", 61 "object": "LayoutTableSection TBODY",
62 "reason": "style change" 62 "reason": "style change"
63 }, 63 },
64 { 64 {
65 "object": "LayoutTableCell TD", 65 "object": "LayoutTableSection TBODY",
66 "reason": "style change" 66 "reason": "style change"
67 }, 67 },
68 { 68 {
69 "object": "LayoutTableCell TD", 69 "object": "LayoutTableSection TBODY",
70 "reason": "style change" 70 "reason": "style change"
71 }, 71 },
72 { 72 {
73 "object": "LayoutTableCell TD id='t1'", 73 "object": "LayoutTableCell TD id='t1'",
74 "reason": "style change" 74 "reason": "style change"
75 }, 75 },
76 { 76 {
77 "object": "LayoutTableCell TD id='t2'", 77 "object": "LayoutTableCell TD id='t2'",
78 "reason": "style change" 78 "reason": "style change"
79 }, 79 },
80 { 80 {
81 "object": "LayoutTableCell TD id='t3'", 81 "object": "LayoutTableCell TD id='t3'",
82 "reason": "style change" 82 "reason": "style change"
83 } 83 }
84 ] 84 ]
85 } 85 }
86 86
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698