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

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

Powered by Google App Engine
This is Rietveld 408576698