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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/table-two-pass-layout-overpaint-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, 106, 106, 1], 11 "rect": [8, 106, 106, 1],
12 "reason": "incremental" 12 "reason": "incremental"
13 }, 13 },
14 { 14 {
15 "object": "LayoutTableSection TBODY",
16 "rect": [8, 106, 106, 1],
17 "reason": "incremental"
18 },
19 {
15 "object": "LayoutTableCell TD", 20 "object": "LayoutTableCell TD",
16 "rect": [10, 104, 102, 1], 21 "rect": [10, 104, 102, 1],
17 "reason": "incremental" 22 "reason": "incremental"
18 }, 23 },
19 { 24 {
20 "object": "LayoutBlockFlow DIV id='target'", 25 "object": "LayoutBlockFlow DIV id='target'",
21 "rect": [11, 45, 100, 25], 26 "rect": [11, 45, 100, 25],
22 "reason": "bounds change" 27 "reason": "bounds change"
23 }, 28 },
24 { 29 {
25 "object": "LayoutBlockFlow DIV id='target'", 30 "object": "LayoutBlockFlow DIV id='target'",
26 "rect": [11, 44, 50, 25], 31 "rect": [11, 44, 50, 25],
27 "reason": "bounds change" 32 "reason": "bounds change"
28 } 33 }
29 ] 34 ]
30 } 35 }
31 ], 36 ],
32 "objectPaintInvalidations": [ 37 "objectPaintInvalidations": [
33 { 38 {
34 "object": "LayoutTable TABLE", 39 "object": "LayoutTable TABLE",
35 "reason": "incremental" 40 "reason": "incremental"
36 }, 41 },
37 { 42 {
43 "object": "LayoutTableSection TBODY",
44 "reason": "incremental"
45 },
46 {
38 "object": "LayoutTableCell TD", 47 "object": "LayoutTableCell TD",
39 "reason": "incremental" 48 "reason": "incremental"
40 }, 49 },
41 { 50 {
42 "object": "LayoutBlockFlow DIV id='target'", 51 "object": "LayoutBlockFlow DIV id='target'",
43 "reason": "bounds change" 52 "reason": "bounds change"
44 } 53 }
45 ] 54 ]
46 } 55 }
47 56
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698