diff options
Diffstat (limited to 'tests/extensions-x-tables/tables.html')
-rw-r--r-- | tests/extensions-x-tables/tables.html | 47 |
1 files changed, 8 insertions, 39 deletions
diff --git a/tests/extensions-x-tables/tables.html b/tests/extensions-x-tables/tables.html index 59e7da3..55042dd 100644 --- a/tests/extensions-x-tables/tables.html +++ b/tests/extensions-x-tables/tables.html @@ -1,45 +1,14 @@ <p>Before</p> <table> -<tr> -<td> a </td> -<th> b </th> -</tr> -<tr> -<td> -<a href="#link">c</a> -</td> -<td> -<em>d</em> -</td> -</tr> +<tr><td> a </td><th> b </th></tr> +<tr><td> <a href="#link">c</a> </td><td> <em>d</em> </td></tr> </table> <p>Another</p> <table> -<tr> -<td> a </td> -<td> b </td> -</tr> -<tr> -<td> -<em>a</em> -</td> -<td> b </td> -</tr> -<tr> -<td> a </td> -<td> b </td> -</tr> -<tr> -<td> a </td> -<td> b </td> -</tr> -<tr> -<td> c </td> -<td> -<em>d</em> -</td> -</tr> +<tr><td> a </td><td> b </td></tr> +<tr><td> <em>a</em> </td><td> b </td></tr> +<tr><td> a </td><td> b </td></tr> +<tr><td> a </td><td> b </td></tr> +<tr><td> c </td><td> <em>d</em> </td></tr> </table> -<p>After</p> - - +<p>After</p>
\ No newline at end of file |