summaryrefslogtreecommitdiffstats
path: root/sc/qa/uitest/data/tdf74577.html
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 05:54:39 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 05:54:39 +0000
commit267c6f2ac71f92999e969232431ba04678e7437e (patch)
tree358c9467650e1d0a1d7227a21dac2e3d08b622b2 /sc/qa/uitest/data/tdf74577.html
parentInitial commit. (diff)
downloadlibreoffice-267c6f2ac71f92999e969232431ba04678e7437e.tar.xz
libreoffice-267c6f2ac71f92999e969232431ba04678e7437e.zip
Adding upstream version 4:24.2.0.upstream/4%24.2.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'sc/qa/uitest/data/tdf74577.html')
-rw-r--r--sc/qa/uitest/data/tdf74577.html35
1 files changed, 35 insertions, 0 deletions
diff --git a/sc/qa/uitest/data/tdf74577.html b/sc/qa/uitest/data/tdf74577.html
new file mode 100644
index 0000000000..26ee541086
--- /dev/null
+++ b/sc/qa/uitest/data/tdf74577.html
@@ -0,0 +1,35 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <title>Table</title>
+</head>
+<body>
+
+ <table border=1 width="90%">
+ <tr>
+ <td>Cell1</td>
+ <td colspan="2">Cell2 + 3</td>
+ </tr>
+ <tr>
+ <td>Cell1</td>
+ <td>Cell2</td>
+ <td>Cell3</td>
+ </tr>
+ <tr>
+ <td colspan="2"> Cell1 + Cell2</td>
+ <td>Cell3</td>
+ </tr>
+ <tr>
+ <td colspan="3"> Cell1 + Cell2 + Cell3</td>
+ </tr>
+ <tr>
+ <td rowspan="2">Cell1 + Cell2</td>
+ <td colspan="2"> Cell2 + Cell3</td>
+ </tr>
+ <tr>
+ <td>Cell2</td>
+ <td>Cell3</td>
+ </tr>
+ </table>
+</body>
+</html>