Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests/fixtures/tables/handbook-caption-tbody.html')
-rw-r--r--src/tests/fixtures/tables/handbook-caption-tbody.html34
1 files changed, 34 insertions, 0 deletions
diff --git a/src/tests/fixtures/tables/handbook-caption-tbody.html b/src/tests/fixtures/tables/handbook-caption-tbody.html
new file mode 100644
index 000000000..7dc9d82ea
--- /dev/null
+++ b/src/tests/fixtures/tables/handbook-caption-tbody.html
@@ -0,0 +1,34 @@
+<table id="bkmrk-section-name" style="border-collapse: collapse; width: 100%; height: 150px;" border="1">
+<caption>Testing tables
+</caption>
+<tbody>
+<tr style="height: 29px;">
+<td style="width: 20%; height: 29px;"><strong>Heading 0</strong></td>
+<td style="width: 20%; height: 29px;"><strong>Heading 1</strong></td>
+<td style="width: 20%; height: 29px;"><strong>Heading 2</strong></td>
+<td style="width: 20%; height: 29px;"><strong>Heading 3</strong></td>
+<td style="width: 20%; height: 29px;"><strong>Heading 4</strong></td>
+</tr>
+<tr style="height: 29px;">
+<td style="width: 20%; height: 29px;"><strong>Letter</strong></td>
+<td style="width: 20%; height: 29px;">a</td>
+<td style="width: 20%; height: 29px;">b</td>
+<td style="width: 20%; height: 29px;">c</td>
+<td style="width: 20%; height: 29px;">d</td>
+</tr>
+<tr style="height: 29px;">
+<td style="width: 20%; height: 29px;"><strong>Number</strong></td>
+<td style="width: 20%; height: 29px;">1</td>
+<td style="width: 20%; height: 29px;">2</td>
+<td style="width: 20%; height: 29px;">3</td>
+<td style="width: 20%; height: 29px;">4</td>
+</tr>
+<tr style="height: 29px;">
+<td style="width: 20%; height: 29px;"><strong>Square</strong></td>
+<td style="width: 20%; height: 29px;">1</td>
+<td style="width: 20%; height: 29px;">4</td>
+<td style="width: 20%; height: 29px;">9</td>
+<td style="width: 20%; height: 29px;">16</td>
+</tr>
+</tbody>
+</table>