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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/table/cached-change-cell-border-width-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": "LayoutTable TABLE", 10 "object": "LayoutTable TABLE",
11 "rect": [8, 58, 114, 4], 11 "rect": [8, 58, 114, 4],
12 "reason": "incremental" 12 "reason": "incremental"
13 }, 13 },
14 { 14 {
15 "object": "LayoutTableSection TBODY",
16 "rect": [10, 10, 111, 50],
17 "reason": "bounds change"
18 },
19 {
20 "object": "LayoutTableSection TBODY",
21 "rect": [9, 9, 107, 50],
22 "reason": "bounds change"
23 },
24 {
15 "object": "LayoutTableCell TD id='foo'", 25 "object": "LayoutTableCell TD id='foo'",
16 "rect": [8, 8, 60, 54], 26 "rect": [8, 8, 60, 54],
17 "reason": "style change" 27 "reason": "style change"
18 }, 28 },
19 { 29 {
20 "object": "LayoutTableCell TD", 30 "object": "LayoutTableCell TD",
21 "rect": [64, 8, 58, 54], 31 "rect": [64, 8, 58, 54],
22 "reason": "bounds change" 32 "reason": "bounds change"
23 }, 33 },
24 { 34 {
25 "object": "LayoutTableCell TD", 35 "object": "LayoutTableCell TD",
26 "rect": [62, 8, 55, 52], 36 "rect": [62, 8, 55, 52],
27 "reason": "bounds change" 37 "reason": "bounds change"
28 }, 38 },
29 { 39 {
30 "object": "LayoutTable TABLE", 40 "object": "LayoutTable TABLE",
31 "rect": [116, 8, 6, 54], 41 "rect": [116, 8, 6, 54],
32 "reason": "incremental" 42 "reason": "incremental"
33 } 43 }
34 ] 44 ]
35 } 45 }
36 ], 46 ],
37 "objectPaintInvalidations": [ 47 "objectPaintInvalidations": [
38 { 48 {
39 "object": "LayoutTableCell TD id='foo'", 49 "object": "LayoutTableSection TBODY",
40 "reason": "style change" 50 "reason": "style change"
41 }, 51 },
42 { 52 {
43 "object": "LayoutTableCell TD", 53 "object": "LayoutTableSection TBODY",
44 "reason": "style change" 54 "reason": "style change"
45 }, 55 },
46 { 56 {
47 "object": "LayoutTable TABLE", 57 "object": "LayoutTable TABLE",
48 "reason": "incremental" 58 "reason": "incremental"
49 }, 59 },
50 { 60 {
61 "object": "LayoutTableSection TBODY",
62 "reason": "bounds change"
63 },
64 {
51 "object": "LayoutTableRow TR", 65 "object": "LayoutTableRow TR",
52 "reason": "location change" 66 "reason": "location change"
53 }, 67 },
54 { 68 {
55 "object": "LayoutTableCell TD id='foo'", 69 "object": "LayoutTableCell TD id='foo'",
56 "reason": "style change" 70 "reason": "style change"
57 }, 71 },
58 { 72 {
59 "object": "LayoutTableCell TD", 73 "object": "LayoutTableCell TD",
60 "reason": "bounds change" 74 "reason": "bounds change"
61 } 75 }
62 ] 76 ]
63 } 77 }
64 78
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698