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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/bugzilla-6278-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": "LayoutTableSection TBODY",
11 "rect": [8, 355, 300, 40],
12 "reason": "incremental"
13 },
14 {
10 "object": "LayoutBlockFlow DIV", 15 "object": "LayoutBlockFlow DIV",
11 "rect": [10, 138, 292, 160], 16 "rect": [10, 138, 292, 160],
12 "reason": "forced by layout" 17 "reason": "forced by layout"
13 }, 18 },
14 { 19 {
15 "object": "LayoutBlockFlow DIV", 20 "object": "LayoutBlockFlow DIV",
16 "rect": [10, 303, 292, 50], 21 "rect": [10, 303, 292, 50],
17 "reason": "bounds change" 22 "reason": "bounds change"
18 }, 23 },
19 { 24 {
(...skipping 24 matching lines...) Expand all
44 { 49 {
45 "object": "LayoutTableCell TD id='col1'", 50 "object": "LayoutTableCell TD id='col1'",
46 "rect": [252, 138, 50, 215], 51 "rect": [252, 138, 50, 215],
47 "reason": "incremental" 52 "reason": "incremental"
48 } 53 }
49 ] 54 ]
50 } 55 }
51 ], 56 ],
52 "objectPaintInvalidations": [ 57 "objectPaintInvalidations": [
53 { 58 {
59 "object": "LayoutTableSection TBODY",
60 "reason": "incremental"
61 },
62 {
54 "object": "LayoutTableCell TD id='col1'", 63 "object": "LayoutTableCell TD id='col1'",
55 "reason": "incremental" 64 "reason": "incremental"
56 }, 65 },
57 { 66 {
58 "object": "LayoutBlockFlow DIV", 67 "object": "LayoutBlockFlow DIV",
59 "reason": "forced by layout" 68 "reason": "forced by layout"
60 }, 69 },
61 { 70 {
62 "object": "RootInlineBox", 71 "object": "RootInlineBox",
63 "reason": "forced by layout" 72 "reason": "forced by layout"
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
110 "object": "LayoutBlockFlow DIV", 119 "object": "LayoutBlockFlow DIV",
111 "reason": "bounds change" 120 "reason": "bounds change"
112 }, 121 },
113 { 122 {
114 "object": "LayoutTableCell TD id='target'", 123 "object": "LayoutTableCell TD id='target'",
115 "reason": "bounds change" 124 "reason": "bounds change"
116 } 125 }
117 ] 126 ]
118 } 127 }
119 128
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698