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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/table-section-overflow-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": "LayoutBlockFlow DIV", 10 "object": "LayoutBlockFlow DIV",
11 "rect": [33, 58, 100, 100], 11 "rect": [33, 58, 100, 100],
12 "reason": "bounds change" 12 "reason": "bounds change"
13 }, 13 },
14 { 14 {
15 "object": "LayoutBlockFlow DIV", 15 "object": "LayoutBlockFlow DIV",
16 "rect": [33, 8, 100, 100], 16 "rect": [33, 8, 100, 100],
17 "reason": "bounds change" 17 "reason": "bounds change"
18 }, 18 },
19 { 19 {
20 "object": "LayoutTableCell TD", 20 "object": "LayoutTableCell TD",
21 "rect": [58, 58, 50, 100], 21 "rect": [58, 58, 50, 100],
22 "reason": "bounds change" 22 "reason": "bounds change"
23 }, 23 },
24 { 24 {
25 "object": "LayoutTableSection TBODY",
26 "rect": [58, 58, 50, 100],
27 "reason": "bounds change"
28 },
29 {
25 "object": "LayoutTableCell TD", 30 "object": "LayoutTableCell TD",
26 "rect": [58, 8, 50, 100], 31 "rect": [58, 8, 50, 100],
27 "reason": "bounds change" 32 "reason": "bounds change"
33 },
34 {
35 "object": "LayoutTableSection TBODY",
36 "rect": [58, 8, 50, 100],
37 "reason": "bounds change"
28 } 38 }
29 ] 39 ]
30 } 40 }
31 ], 41 ],
32 "objectPaintInvalidations": [ 42 "objectPaintInvalidations": [
33 { 43 {
34 "object": "LayoutTableSection TBODY", 44 "object": "LayoutTableSection TBODY",
35 "reason": "location change" 45 "reason": "bounds change"
36 }, 46 },
37 { 47 {
38 "object": "LayoutTableRow TR", 48 "object": "LayoutTableRow TR",
39 "reason": "location change" 49 "reason": "location change"
40 }, 50 },
41 { 51 {
42 "object": "LayoutTableCell TD", 52 "object": "LayoutTableCell TD",
43 "reason": "bounds change" 53 "reason": "bounds change"
44 }, 54 },
45 { 55 {
46 "object": "LayoutBlockFlow DIV", 56 "object": "LayoutBlockFlow DIV",
47 "reason": "location change" 57 "reason": "location change"
48 }, 58 },
49 { 59 {
50 "object": "LayoutBlockFlow DIV", 60 "object": "LayoutBlockFlow DIV",
51 "reason": "bounds change" 61 "reason": "bounds change"
52 } 62 }
53 ] 63 ]
54 } 64 }
55 65
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698