| Index: common/data/text/sanitizehtml/sanitize_test.go
|
| diff --git a/common/data/text/sanitizehtml/sanitize_test.go b/common/data/text/sanitizehtml/sanitize_test.go
|
| index 179e3af93650022100511067de244ceac579ae40..1ae33067cba64d6385e97b45ff5405f66f3b5383 100644
|
| --- a/common/data/text/sanitizehtml/sanitize_test.go
|
| +++ b/common/data/text/sanitizehtml/sanitize_test.go
|
| @@ -80,28 +80,6 @@ func TestSanitize(t *testing.T) {
|
| `<<a rel="noopener" target="_blank" href="about:invalid#sanitized&reason=disallowed-scheme"></a>`,
|
| },
|
|
|
| - // Tables
|
| - {
|
| - `<table>
|
| - <tr colspan="2">
|
| - <td rowspan=2>a</td>
|
| - </tr>
|
| - <tr style="">
|
| - <td>b</td>
|
| - <td>c</td>
|
| - </tr>
|
| - </table>`,
|
| - `<table>
|
| - <tr colspan="2">
|
| - <td rowspan="2">a</td>
|
| - </tr>
|
| - <tr>
|
| - <td>b</td>
|
| - <td>c</td>
|
| - </tr>
|
| - </table>`,
|
| - },
|
| -
|
| // Other
|
| {
|
| `<div><strong>hello</strong></div>`,
|
|
|