From 36d22d82aa202bb199967e9512281e9a53db42c9 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 21:33:14 +0200 Subject: Adding upstream version 115.7.0esr. Signed-off-by: Daniel Baumann --- .../libeditor/tests/test_pasting_table_rows.html | 554 +++++++++++++++++++++ 1 file changed, 554 insertions(+) create mode 100644 editor/libeditor/tests/test_pasting_table_rows.html (limited to 'editor/libeditor/tests/test_pasting_table_rows.html') diff --git a/editor/libeditor/tests/test_pasting_table_rows.html b/editor/libeditor/tests/test_pasting_table_rows.html new file mode 100644 index 0000000000..328fb0b297 --- /dev/null +++ b/editor/libeditor/tests/test_pasting_table_rows.html @@ -0,0 +1,554 @@ + + + + + Test pasting table rows + + + + + + + +

+

Test for bug 1639972

+
+
Table with tbody and td: + + + + + + + + + + + + + + + + + + + + + + + +
r1c1r1c2r1c3
r2c1r2c2r2c3
r3c1r3c2r3c3
r4c1r4c2r4c3
+
+ +
Table with tbody, td and th: + + + + + + + + + + + + + + + + + + + + + + + +
r1c1r1c2r1c3
r2c1r2c2r2c3
r3c1r3c2r3c3
r4c1r4c2r4c3
+
+ +
Table with thead, tbody, td: + + + + + + + + + + + + + + + + + + + + + + + + + +
r1c1r1c2r1c3
r2c1r2c2r2c3
r3c1r3c2r3c3
r4c1r4c2r4c3
+
+ +
Table with thead, tbody, td and th: + + + + + + + + + + + + + + + + + + + + + + + + + +
r1c1r1c2r1c3
r2c1r2c2r2c3
r3c1r3c2r3c3
r4c1r4c2r4c3
+
+
Table with thead, + tbody, tfoot, and td: + + + + + + + + + + + + + + + + + + + + + + + + + + + +
r1c1r1c2r1c3
r2c1r2c2r2c3
r3c1r3c2r3c3
r4c1r4c2r4c3
+
+

Target for pasting: +

X
+

+
+ -- cgit v1.2.3