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 --- editor/libeditor/tests/test_bug674861.html | 194 +++++++++++++++++++++++++++++ 1 file changed, 194 insertions(+) create mode 100644 editor/libeditor/tests/test_bug674861.html (limited to 'editor/libeditor/tests/test_bug674861.html') diff --git a/editor/libeditor/tests/test_bug674861.html b/editor/libeditor/tests/test_bug674861.html new file mode 100644 index 0000000000..a103bb3c40 --- /dev/null +++ b/editor/libeditor/tests/test_bug674861.html @@ -0,0 +1,194 @@ + + + + + Test for Bug 674861 + + + + + +Mozilla Bug 674861 +

+
+
+

Editable Bullet List

+
    +
  • item A
  • +
  • item B
  • +
  • item C
  • +
+ +

Editable Ordered List

+
    +
  1. item A
  2. +
  3. item B
  4. +
  5. item C
  6. +
+ +

Editable Definition List

+
+
term A
+
definition A
+
term B
+
definition B
+
term C
+
definition C
+
+
+ +
+

Bullet List In Editable Section

+
    +
  • item A
  • +
  • item B
  • +
  • item C
  • +
+ +

Ordered List In Editable Section

+
    +
  1. item A
  2. +
  3. item B
  4. +
  5. item C
  6. +
+ +

Definition List In Editable Section

+
+
term A
+
definition A
+
term B
+
definition B
+
term C
+
definition C
+
+
+
+ +
+
+
+ + -- cgit v1.2.3