diff options
| author | John MacFarlane <[email protected]> | 2023-08-05 11:54:31 -0700 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2023-08-05 11:54:31 -0700 |
| commit | 08bef384911ecb166501af7593c6e87708480ade (patch) | |
| tree | 705bbcc61192a90d409967c02b3fb5dc80a0cbd0 /test/html-reader.html | |
| parent | 1d62883e144ca3792638061c5659230712c48a61 (diff) | |
Revert "Revert "Update #8764 command test for latest change to HTML table parser (#8634).""
This reverts commit acbc382ff4b45b9818884779b1e7100de445383d.
Diffstat (limited to 'test/html-reader.html')
| -rw-r--r-- | test/html-reader.html | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/test/html-reader.html b/test/html-reader.html index 4b688cb20..3abb25d76 100644 --- a/test/html-reader.html +++ b/test/html-reader.html @@ -524,6 +524,34 @@ An e-mail address: nobody [at] nowhere.net<blockquote> <td>2</td> <td>3</td> </tr> + <tr> + <td colspan="3">Details</td> + </tr> + </tbody> + <tfoot> + <tr> + <th>4</th> + <td>5</td> + <td>6</td> + </tr> + </tfoot> +</table> +<hr /> +<table> + <tbody> + <tr> + <th>X</th> + <th>Y</th> + <th>Z</th> + </tr> + <tr> + <td>1</td> + <td>2</td> + <td>3</td> + </tr> + <tr> + <td colspan="3">Details</td> + </tr> </tbody> <tfoot> <tr> |
