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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/dynamic-table-vertical-alignment-change-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": [808, 585], 5 "bounds": [808, 585],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "paintInvalidations": [ 8 "paintInvalidations": [
9 { 9 {
10 "object": "LayoutTableSection TBODY",
11 "rect": [8, 79, 110, 99],
12 "reason": "incremental"
13 },
14 {
10 "object": "LayoutTableCell TD", 15 "object": "LayoutTableCell TD",
11 "rect": [10, 77, 102, 99], 16 "rect": [10, 77, 102, 99],
12 "reason": "incremental" 17 "reason": "incremental"
13 }, 18 },
14 { 19 {
20 "object": "LayoutTableSection TBODY",
21 "rect": [18, 72, 100, 106],
22 "reason": "incremental"
23 },
24 {
15 "object": "LayoutTableCell TD", 25 "object": "LayoutTableCell TD",
16 "rect": [12, 74, 100, 102], 26 "rect": [12, 74, 100, 102],
17 "reason": "incremental" 27 "reason": "incremental"
18 }, 28 },
19 { 29 {
20 "object": "LayoutBlockFlow (floating) DIV id='target'", 30 "object": "LayoutBlockFlow (floating) DIV id='target'",
21 "rect": [11, 75, 100, 100], 31 "rect": [11, 75, 100, 100],
22 "reason": "style change" 32 "reason": "style change"
23 }, 33 },
24 { 34 {
25 "object": "LayoutTableCell TD", 35 "object": "LayoutTableCell TD",
26 "rect": [114, 74, 2, 102], 36 "rect": [114, 74, 2, 102],
27 "reason": "bounds change" 37 "reason": "bounds change"
28 }, 38 },
29 { 39 {
30 "object": "LayoutTableCell TD", 40 "object": "LayoutTableCell TD",
31 "rect": [14, 74, 2, 3], 41 "rect": [14, 74, 2, 3],
32 "reason": "bounds change" 42 "reason": "bounds change"
33 } 43 }
34 ] 44 ]
35 } 45 }
36 ], 46 ],
37 "objectPaintInvalidations": [ 47 "objectPaintInvalidations": [
38 { 48 {
49 "object": "LayoutTableSection TBODY",
50 "reason": "incremental"
51 },
52 {
39 "object": "LayoutTableCell TD", 53 "object": "LayoutTableCell TD",
40 "reason": "incremental" 54 "reason": "incremental"
41 }, 55 },
42 { 56 {
43 "object": "LayoutBlockFlow (floating) DIV id='target'", 57 "object": "LayoutBlockFlow (floating) DIV id='target'",
44 "reason": "style change" 58 "reason": "style change"
45 }, 59 },
46 { 60 {
47 "object": "LayoutTableCell TD", 61 "object": "LayoutTableCell TD",
48 "reason": "bounds change" 62 "reason": "bounds change"
49 }, 63 },
50 { 64 {
51 "object": "LayoutBlockFlow DIV", 65 "object": "LayoutBlockFlow DIV",
52 "reason": "location change" 66 "reason": "location change"
53 }, 67 },
54 { 68 {
55 "object": "LayoutBlockFlow DIV", 69 "object": "LayoutBlockFlow DIV",
56 "reason": "location change" 70 "reason": "location change"
57 }, 71 },
58 { 72 {
59 "object": "LayoutBlockFlow DIV", 73 "object": "LayoutBlockFlow DIV",
60 "reason": "location change" 74 "reason": "location change"
61 } 75 }
62 ] 76 ]
63 } 77 }
64 78
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698