From 43a97878ce14b72f0981164f87f2e35e14151312 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 11:22:09 +0200 Subject: Adding upstream version 110.0.1. Signed-off-by: Daniel Baumann --- ...ested-editing-host-td-from-DOMAttrModified.html | 29 ++++++ .../tests/editing/crashtests/bold-in-output.html | 20 ++++ ...le-will-be-blurred-by-focus-event-listener.html | 16 +++ .../tests/editing/crashtests/crash-test.html | 24 +++++ ...-recursively-with-mutation-event-listeners.html | 34 ++++++ .../delete-content-in-no-data-object.html | 31 ++++++ ...dd-editing-host-after-selectall-with-focus.html | 12 +++ ...editing-host-after-selectall-without-focus.html | 12 +++ ...esignMode-without-explicitly-setting-focus.html | 17 +++ ...ble-list-followed-by-non-editable-listitem.html | 13 +++ ...nt-will-be-blurred-by-focus-event-listener.html | 18 ++++ ...Command-at-load-with-changing-editing-host.html | 17 +++ ...-hilitecolor-in-empty-iframe-in-designMode.html | 116 +++++++++++++++++++++ .../execCommand-without-selection-ranges.html | 65 ++++++++++++ ...ock-selection-containing-non-editable-list.html | 18 ++++ .../forwarddelete-at-empty-text-node-in-body.html | 8 ++ ...warddelete-delete-after-justifyleft-indent.html | 20 ++++ ...st-editing-host-after-selectall-with-focus.html | 15 +++ ...editing-host-after-selectall-without-focus.html | 15 +++ ...n-text-in-span-in-editable-documentElement.html | 15 +++ ...dent-after-closing-editable-dialog-element.html | 31 ++++++ ...image-with-joining-header-element-and-body.html | 24 +++++ .../insertText-at-end-of-text-in-body.html | 16 +++ ...dset-and-everything-styled-white-space-pre.html | 25 +++++ ...extarea-in-editor-and-undo-on-error-events.html | 31 ++++++ ...2-selection-ranges-and-one-is-outside-body.html | 19 ++++ ...le-with-selecting-text-in-document-element.html | 18 ++++ ...fter-temporarily-removing-document-element.html | 27 +++++ ...thtml-in-inline-editing-host-at-load-event.html | 7 ++ ...serthtml-in-text-adopted-to-other-document.html | 52 +++++++++ ...en-input-element-in-editing-host-has-focus.html | 18 ++++ .../insertlinebreak-around-comment-node.html | 20 ++++ ...nsertlinebreak-in-map-element-editing-host.html | 12 +++ ...orderedlist-in-focused-inline-editing-host.html | 23 ++++ ...eredlist-in-text-adopted-to-other-document.html | 49 +++++++++ ...OMNodeInserted-caused-by-insertorderedlist.html | 23 ++++ ...nsertparagraph-in-map-element-editing-host.html | 12 +++ .../inserttext-at-start-with-different-style.html | 20 ++++ ...unorderedlist-in-empty-inline-editing-host.html | 17 +++ ...tunorderedlist-in-empty-table-editing-host.html | 22 ++++ .../crashtests/justifycenter-around-textarea.html | 14 +++ ...hen-delete-selection-on-DOMSubtreeModified.html | 24 +++++ ...-everything-styled-white-space-break-space.html | 18 ++++ ...hile-iframe-sets-spellcheck-attr-from-load.html | 13 +++ ...-and-set-contenteditable-of-input-to-false.html | 19 ++++ ...r-making-focused-editing-host-non-editable.html | 21 ++++ ...ost-to-subdocument-when-textarea-has-focus.html | 15 +++ ...ditinghost-to-outside-on-input-of-embolden.html | 22 ++++ ...egend-followed-by-textarea-into-orphan-div.html | 15 +++ ...xecCommand-calls-after-interting-long-text.html | 20 ++++ .../crashtests/non-root-editable-html-element.html | 7 ++ ..._DOMSubtreeModified_during_insertparagraph.html | 16 +++ .../crashtests/outdent-across-svg-boundary.html | 38 +++++++ ...host-containing-combining-diacritical-mark.html | 16 +++ .../outdent-in-empty-body-editing-host.html | 7 ++ ...nt-inserthorizontalrule-on-selectionchange.html | 23 ++++ ...-hilitecolor-in-empty-iframe-in-designMode.html | 73 +++++++++++++ ...or-in-empty-iframe-in-designMode-from-load.html | 21 ++++ ...oving-html-element-in-designMode-from-load.html | 8 ++ ...ement-with-new-one-in-designMode-from-load.html | 8 ++ ...ent-element-of-iframe-having-style-content.html | 17 +++ ...-editing-host-on-DOMNodeInserted-at-indent.html | 24 +++++ .../remove-editing-host-which-is-selected.html | 17 +++ .../crashtests/remove-iframe-for-designMode.html | 21 ++++ ...lock-during-joining-with-parent-left-block.html | 33 ++++++ ...ocumentElement-after-inserthtml-svg-and-td.html | 15 +++ ...rent-of-editing-host-on-DOMSubtreeModified.html | 28 +++++ ...all-and-inerthtml-in-textarea-editing-host.html | 15 +++ ...ll-in-head-editing-host-after-body-removed.html | 19 ++++ ...eboundary-selectall-around-editable-canvas.html | 12 +++ ...ion-modify-around-input-in-contenteditable.html | 22 ++++ ...rd-character-to-outside-body-in-designMode.html | 10 ++ ...document-containing-misspelled-word-iframe.html | 1 + ...ea-will-be-blurred-by-focus-event-listener.html | 16 +++ ...-in-subdocument-containing-misspelled-word.html | 11 ++ .../update-dom-during-undoing-in-textarea.html | 32 ++++++ 76 files changed, 1672 insertions(+) create mode 100644 testing/web-platform/tests/editing/crashtests/backcolor-in-nested-editing-host-td-from-DOMAttrModified.html create mode 100644 testing/web-platform/tests/editing/crashtests/bold-in-output.html create mode 100644 testing/web-platform/tests/editing/crashtests/contenteditable-will-be-blurred-by-focus-event-listener.html create mode 100644 testing/web-platform/tests/editing/crashtests/crash-test.html create mode 100644 testing/web-platform/tests/editing/crashtests/delete-and-justifycenter-recursively-with-mutation-event-listeners.html create mode 100644 testing/web-platform/tests/editing/crashtests/delete-content-in-no-data-object.html create mode 100644 testing/web-platform/tests/editing/crashtests/delete-in-dd-editing-host-after-selectall-with-focus.html create mode 100644 testing/web-platform/tests/editing/crashtests/delete-in-dd-editing-host-after-selectall-without-focus.html create mode 100644 testing/web-platform/tests/editing/crashtests/delete-in-designMode-without-explicitly-setting-focus.html create mode 100644 testing/web-platform/tests/editing/crashtests/delete-in-empty-editable-list-followed-by-non-editable-listitem.html create mode 100644 testing/web-platform/tests/editing/crashtests/designMode-document-will-be-blurred-by-focus-event-listener.html create mode 100644 testing/web-platform/tests/editing/crashtests/execCommand-at-load-with-changing-editing-host.html create mode 100644 testing/web-platform/tests/editing/crashtests/execCommand-backcolor-and-hilitecolor-in-empty-iframe-in-designMode.html create mode 100644 testing/web-platform/tests/editing/crashtests/execCommand-without-selection-ranges.html create mode 100644 testing/web-platform/tests/editing/crashtests/format-block-selection-containing-non-editable-list.html create mode 100644 testing/web-platform/tests/editing/crashtests/forwarddelete-at-empty-text-node-in-body.html create mode 100644 testing/web-platform/tests/editing/crashtests/forwarddelete-delete-after-justifyleft-indent.html create mode 100644 testing/web-platform/tests/editing/crashtests/forwarddelete-in-list-editing-host-after-selectall-with-focus.html create mode 100644 testing/web-platform/tests/editing/crashtests/forwarddelete-in-list-editing-host-after-selectall-without-focus.html create mode 100644 testing/web-platform/tests/editing/crashtests/forwarddelete-in-text-in-span-in-editable-documentElement.html create mode 100644 testing/web-platform/tests/editing/crashtests/indent-outdent-after-closing-editable-dialog-element.html create mode 100644 testing/web-platform/tests/editing/crashtests/insert-image-with-joining-header-element-and-body.html create mode 100644 testing/web-platform/tests/editing/crashtests/insertText-at-end-of-text-in-body.html create mode 100644 testing/web-platform/tests/editing/crashtests/inserthorizontalrule-in-fieldset-and-everything-styled-white-space-pre.html create mode 100644 testing/web-platform/tests/editing/crashtests/inserthorizontalrule-in-textarea-in-editor-and-undo-on-error-events.html create mode 100644 testing/web-platform/tests/editing/crashtests/inserthorizontalrule-with-2-selection-ranges-and-one-is-outside-body.html create mode 100644 testing/web-platform/tests/editing/crashtests/inserthorizontalrule-with-selecting-text-in-document-element.html create mode 100644 testing/web-platform/tests/editing/crashtests/inserthtml-after-temporarily-removing-document-element.html create mode 100644 testing/web-platform/tests/editing/crashtests/inserthtml-in-inline-editing-host-at-load-event.html create mode 100644 testing/web-platform/tests/editing/crashtests/inserthtml-in-text-adopted-to-other-document.html create mode 100644 testing/web-platform/tests/editing/crashtests/inserthtml-indent-delete-when-input-element-in-editing-host-has-focus.html create mode 100644 testing/web-platform/tests/editing/crashtests/insertlinebreak-around-comment-node.html create mode 100644 testing/web-platform/tests/editing/crashtests/insertlinebreak-in-map-element-editing-host.html create mode 100644 testing/web-platform/tests/editing/crashtests/insertorderedlist-in-focused-inline-editing-host.html create mode 100644 testing/web-platform/tests/editing/crashtests/insertorderedlist-in-text-adopted-to-other-document.html create mode 100644 testing/web-platform/tests/editing/crashtests/insertparagraph-from-DOMNodeInserted-caused-by-insertorderedlist.html create mode 100644 testing/web-platform/tests/editing/crashtests/insertparagraph-in-map-element-editing-host.html create mode 100644 testing/web-platform/tests/editing/crashtests/inserttext-at-start-with-different-style.html create mode 100644 testing/web-platform/tests/editing/crashtests/insertunorderedlist-in-empty-inline-editing-host.html create mode 100644 testing/web-platform/tests/editing/crashtests/insertunorderedlist-in-empty-table-editing-host.html create mode 100644 testing/web-platform/tests/editing/crashtests/justifycenter-around-textarea.html create mode 100644 testing/web-platform/tests/editing/crashtests/justifycenter-then-delete-selection-on-DOMSubtreeModified.html create mode 100644 testing/web-platform/tests/editing/crashtests/justifyfull-selection-containing-non-editable-div-and-everything-styled-white-space-break-space.html create mode 100644 testing/web-platform/tests/editing/crashtests/loading-different-page-in-iframe-while-iframe-sets-spellcheck-attr-from-load.html create mode 100644 testing/web-platform/tests/editing/crashtests/make-editable-div-inline-and-set-contenteditable-of-input-to-false.html create mode 100644 testing/web-platform/tests/editing/crashtests/make-parent-element-editable-after-making-focused-editing-host-non-editable.html create mode 100644 testing/web-platform/tests/editing/crashtests/move-editing-host-to-subdocument-when-textarea-has-focus.html create mode 100644 testing/web-platform/tests/editing/crashtests/move-first-element-from-editinghost-to-outside-on-input-of-embolden.html create mode 100644 testing/web-platform/tests/editing/crashtests/move-legend-followed-by-textarea-into-orphan-div.html create mode 100644 testing/web-platform/tests/editing/crashtests/multiple-execCommand-calls-after-interting-long-text.html create mode 100644 testing/web-platform/tests/editing/crashtests/non-root-editable-html-element.html create mode 100644 testing/web-platform/tests/editing/crashtests/normalize_document_at_DOMSubtreeModified_during_insertparagraph.html create mode 100644 testing/web-platform/tests/editing/crashtests/outdent-across-svg-boundary.html create mode 100644 testing/web-platform/tests/editing/crashtests/outdent-editing-host-containing-combining-diacritical-mark.html create mode 100644 testing/web-platform/tests/editing/crashtests/outdent-in-empty-body-editing-host.html create mode 100644 testing/web-platform/tests/editing/crashtests/outdent-indent-inserthorizontalrule-on-selectionchange.html create mode 100644 testing/web-platform/tests/editing/crashtests/queryCommandIndeterm-backcolor-and-hilitecolor-in-empty-iframe-in-designMode.html create mode 100644 testing/web-platform/tests/editing/crashtests/queryCommandIndeterm-backcolor-in-empty-iframe-in-designMode-from-load.html create mode 100644 testing/web-platform/tests/editing/crashtests/queryCommandState-backcolor-after-removing-html-element-in-designMode-from-load.html create mode 100644 testing/web-platform/tests/editing/crashtests/queryCommandValue-backcolor-after-replacing-html-element-with-new-one-in-designMode-from-load.html create mode 100644 testing/web-platform/tests/editing/crashtests/remove-document-element-of-iframe-having-style-content.html create mode 100644 testing/web-platform/tests/editing/crashtests/remove-editing-host-on-DOMNodeInserted-at-indent.html create mode 100644 testing/web-platform/tests/editing/crashtests/remove-editing-host-which-is-selected.html create mode 100644 testing/web-platform/tests/editing/crashtests/remove-iframe-for-designMode.html create mode 100644 testing/web-platform/tests/editing/crashtests/remove-right-block-during-joining-with-parent-left-block.html create mode 100644 testing/web-platform/tests/editing/crashtests/remve-documentElement-after-inserthtml-svg-and-td.html create mode 100644 testing/web-platform/tests/editing/crashtests/replace-parent-of-editing-host-on-DOMSubtreeModified.html create mode 100644 testing/web-platform/tests/editing/crashtests/selectall-and-inerthtml-in-textarea-editing-host.html create mode 100644 testing/web-platform/tests/editing/crashtests/selectall-in-head-editing-host-after-body-removed.html create mode 100644 testing/web-platform/tests/editing/crashtests/selectall-selection-modify-move-forward-lineboundary-selectall-around-editable-canvas.html create mode 100644 testing/web-platform/tests/editing/crashtests/selection-modify-around-input-in-contenteditable.html create mode 100644 testing/web-platform/tests/editing/crashtests/selection-modify-extend-backward-character-to-outside-body-in-designMode.html create mode 100644 testing/web-platform/tests/editing/crashtests/support/unloading-editor-in-subdocument-containing-misspelled-word-iframe.html create mode 100644 testing/web-platform/tests/editing/crashtests/textarea-will-be-blurred-by-focus-event-listener.html create mode 100644 testing/web-platform/tests/editing/crashtests/unloading-editor-in-subdocument-containing-misspelled-word.html create mode 100644 testing/web-platform/tests/editing/crashtests/update-dom-during-undoing-in-textarea.html (limited to 'testing/web-platform/tests/editing/crashtests') diff --git a/testing/web-platform/tests/editing/crashtests/backcolor-in-nested-editing-host-td-from-DOMAttrModified.html b/testing/web-platform/tests/editing/crashtests/backcolor-in-nested-editing-host-td-from-DOMAttrModified.html new file mode 100644 index 0000000000..f8f004b910 --- /dev/null +++ b/testing/web-platform/tests/editing/crashtests/backcolor-in-nested-editing-host-td-from-DOMAttrModified.html @@ -0,0 +1,29 @@ + + + + + + +
+ + + diff --git a/testing/web-platform/tests/editing/crashtests/bold-in-output.html b/testing/web-platform/tests/editing/crashtests/bold-in-output.html new file mode 100644 index 0000000000..43d78ec4e9 --- /dev/null +++ b/testing/web-platform/tests/editing/crashtests/bold-in-output.html @@ -0,0 +1,20 @@ + + + + + + + + + +A + + diff --git a/testing/web-platform/tests/editing/crashtests/contenteditable-will-be-blurred-by-focus-event-listener.html b/testing/web-platform/tests/editing/crashtests/contenteditable-will-be-blurred-by-focus-event-listener.html new file mode 100644 index 0000000000..a887b1de90 --- /dev/null +++ b/testing/web-platform/tests/editing/crashtests/contenteditable-will-be-blurred-by-focus-event-listener.html @@ -0,0 +1,16 @@ + + + + +
abc
+ diff --git a/testing/web-platform/tests/editing/crashtests/crash-test.html b/testing/web-platform/tests/editing/crashtests/crash-test.html new file mode 100644 index 0000000000..a7baba30ec --- /dev/null +++ b/testing/web-platform/tests/editing/crashtests/crash-test.html @@ -0,0 +1,24 @@ + + +Testcase for bug 1273593 of Chromium + + + + + + + + + + diff --git a/testing/web-platform/tests/editing/crashtests/delete-and-justifycenter-recursively-with-mutation-event-listeners.html b/testing/web-platform/tests/editing/crashtests/delete-and-justifycenter-recursively-with-mutation-event-listeners.html new file mode 100644 index 0000000000..ce0c7e886f --- /dev/null +++ b/testing/web-platform/tests/editing/crashtests/delete-and-justifycenter-recursively-with-mutation-event-listeners.html @@ -0,0 +1,34 @@ + + + + + + + +
+
+ + + + \ No newline at end of file diff --git a/testing/web-platform/tests/editing/crashtests/delete-content-in-no-data-object.html b/testing/web-platform/tests/editing/crashtests/delete-content-in-no-data-object.html new file mode 100644 index 0000000000..749dba303b --- /dev/null +++ b/testing/web-platform/tests/editing/crashtests/delete-content-in-no-data-object.html @@ -0,0 +1,31 @@ + + + + + + + + + +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS + + + diff --git a/testing/web-platform/tests/editing/crashtests/delete-in-dd-editing-host-after-selectall-with-focus.html b/testing/web-platform/tests/editing/crashtests/delete-in-dd-editing-host-after-selectall-with-focus.html new file mode 100644 index 0000000000..585cd17bb8 --- /dev/null +++ b/testing/web-platform/tests/editing/crashtests/delete-in-dd-editing-host-after-selectall-with-focus.html @@ -0,0 +1,12 @@ + +
+
diff --git a/testing/web-platform/tests/editing/crashtests/delete-in-dd-editing-host-after-selectall-without-focus.html b/testing/web-platform/tests/editing/crashtests/delete-in-dd-editing-host-after-selectall-without-focus.html new file mode 100644 index 0000000000..a45f2dad82 --- /dev/null +++ b/testing/web-platform/tests/editing/crashtests/delete-in-dd-editing-host-after-selectall-without-focus.html @@ -0,0 +1,12 @@ + +
+
diff --git a/testing/web-platform/tests/editing/crashtests/delete-in-designMode-without-explicitly-setting-focus.html b/testing/web-platform/tests/editing/crashtests/delete-in-designMode-without-explicitly-setting-focus.html new file mode 100644 index 0000000000..16e1808dc8 --- /dev/null +++ b/testing/web-platform/tests/editing/crashtests/delete-in-designMode-without-explicitly-setting-focus.html @@ -0,0 +1,17 @@ + + + + + + + +
+
+ diff --git a/testing/web-platform/tests/editing/crashtests/delete-in-empty-editable-list-followed-by-non-editable-listitem.html b/testing/web-platform/tests/editing/crashtests/delete-in-empty-editable-list-followed-by-non-editable-listitem.html new file mode 100644 index 0000000000..9e872f5ac4 --- /dev/null +++ b/testing/web-platform/tests/editing/crashtests/delete-in-empty-editable-list-followed-by-non-editable-listitem.html @@ -0,0 +1,13 @@ + + + + +
+
diff --git a/testing/web-platform/tests/editing/crashtests/designMode-document-will-be-blurred-by-focus-event-listener.html b/testing/web-platform/tests/editing/crashtests/designMode-document-will-be-blurred-by-focus-event-listener.html new file mode 100644 index 0000000000..3cd6509c4b --- /dev/null +++ b/testing/web-platform/tests/editing/crashtests/designMode-document-will-be-blurred-by-focus-event-listener.html @@ -0,0 +1,18 @@ + + + + +
+ diff --git a/testing/web-platform/tests/editing/crashtests/execCommand-at-load-with-changing-editing-host.html b/testing/web-platform/tests/editing/crashtests/execCommand-at-load-with-changing-editing-host.html new file mode 100644 index 0000000000..ec1dd30dc0 --- /dev/null +++ b/testing/web-platform/tests/editing/crashtests/execCommand-at-load-with-changing-editing-host.html @@ -0,0 +1,17 @@ + + + + +Test for bug 615450 of Mozilla + + +
p q r s T
diff --git a/testing/web-platform/tests/editing/crashtests/execCommand-backcolor-and-hilitecolor-in-empty-iframe-in-designMode.html b/testing/web-platform/tests/editing/crashtests/execCommand-backcolor-and-hilitecolor-in-empty-iframe-in-designMode.html new file mode 100644 index 0000000000..0750dddca7 --- /dev/null +++ b/testing/web-platform/tests/editing/crashtests/execCommand-backcolor-and-hilitecolor-in-empty-iframe-in-designMode.html @@ -0,0 +1,116 @@ + + + + Testcase #3 for bug 448329 of Bugzilla + + + + + + + + + + diff --git a/testing/web-platform/tests/editing/crashtests/execCommand-without-selection-ranges.html b/testing/web-platform/tests/editing/crashtests/execCommand-without-selection-ranges.html new file mode 100644 index 0000000000..04913664e6 --- /dev/null +++ b/testing/web-platform/tests/editing/crashtests/execCommand-without-selection-ranges.html @@ -0,0 +1,65 @@ + + + + + + + + diff --git a/testing/web-platform/tests/editing/crashtests/format-block-selection-containing-non-editable-list.html b/testing/web-platform/tests/editing/crashtests/format-block-selection-containing-non-editable-list.html new file mode 100644 index 0000000000..2f8f8ea5ab --- /dev/null +++ b/testing/web-platform/tests/editing/crashtests/format-block-selection-containing-non-editable-list.html @@ -0,0 +1,18 @@ + + + + + + +
+
  • +
      +
    +
    + + diff --git a/testing/web-platform/tests/editing/crashtests/forwarddelete-at-empty-text-node-in-body.html b/testing/web-platform/tests/editing/crashtests/forwarddelete-at-empty-text-node-in-body.html new file mode 100644 index 0000000000..4fba13d5d8 --- /dev/null +++ b/testing/web-platform/tests/editing/crashtests/forwarddelete-at-empty-text-node-in-body.html @@ -0,0 +1,8 @@ +x y + diff --git a/testing/web-platform/tests/editing/crashtests/forwarddelete-delete-after-justifyleft-indent.html b/testing/web-platform/tests/editing/crashtests/forwarddelete-delete-after-justifyleft-indent.html new file mode 100644 index 0000000000..0b0e188732 --- /dev/null +++ b/testing/web-platform/tests/editing/crashtests/forwarddelete-delete-after-justifyleft-indent.html @@ -0,0 +1,20 @@ + + + +
    + +here is fieldset +
    +
    + diff --git a/testing/web-platform/tests/editing/crashtests/forwarddelete-in-list-editing-host-after-selectall-with-focus.html b/testing/web-platform/tests/editing/crashtests/forwarddelete-in-list-editing-host-after-selectall-with-focus.html new file mode 100644 index 0000000000..266cc4fb60 --- /dev/null +++ b/testing/web-platform/tests/editing/crashtests/forwarddelete-in-list-editing-host-after-selectall-with-focus.html @@ -0,0 +1,15 @@ + +
      +
    1. +
    2. a
    3. diff --git a/testing/web-platform/tests/editing/crashtests/forwarddelete-in-list-editing-host-after-selectall-without-focus.html b/testing/web-platform/tests/editing/crashtests/forwarddelete-in-list-editing-host-after-selectall-without-focus.html new file mode 100644 index 0000000000..de10e8b8a9 --- /dev/null +++ b/testing/web-platform/tests/editing/crashtests/forwarddelete-in-list-editing-host-after-selectall-without-focus.html @@ -0,0 +1,15 @@ + +
        +
      1. +
      2. a
      3. diff --git a/testing/web-platform/tests/editing/crashtests/forwarddelete-in-text-in-span-in-editable-documentElement.html b/testing/web-platform/tests/editing/crashtests/forwarddelete-in-text-in-span-in-editable-documentElement.html new file mode 100644 index 0000000000..26f2f64b81 --- /dev/null +++ b/testing/web-platform/tests/editing/crashtests/forwarddelete-in-text-in-span-in-editable-documentElement.html @@ -0,0 +1,15 @@ + + + diff --git a/testing/web-platform/tests/editing/crashtests/indent-outdent-after-closing-editable-dialog-element.html b/testing/web-platform/tests/editing/crashtests/indent-outdent-after-closing-editable-dialog-element.html new file mode 100644 index 0000000000..7f73de048d --- /dev/null +++ b/testing/web-platform/tests/editing/crashtests/indent-outdent-after-closing-editable-dialog-element.html @@ -0,0 +1,31 @@ + + +a + \ No newline at end of file diff --git a/testing/web-platform/tests/editing/crashtests/insert-image-with-joining-header-element-and-body.html b/testing/web-platform/tests/editing/crashtests/insert-image-with-joining-header-element-and-body.html new file mode 100644 index 0000000000..cf5b2df225 --- /dev/null +++ b/testing/web-platform/tests/editing/crashtests/insert-image-with-joining-header-element-and-body.html @@ -0,0 +1,24 @@ + + + + + +

        + + diff --git a/testing/web-platform/tests/editing/crashtests/insertText-at-end-of-text-in-body.html b/testing/web-platform/tests/editing/crashtests/insertText-at-end-of-text-in-body.html new file mode 100644 index 0000000000..763697314b --- /dev/null +++ b/testing/web-platform/tests/editing/crashtests/insertText-at-end-of-text-in-body.html @@ -0,0 +1,16 @@ + + + + + + + + diff --git a/testing/web-platform/tests/editing/crashtests/inserthorizontalrule-in-fieldset-and-everything-styled-white-space-pre.html b/testing/web-platform/tests/editing/crashtests/inserthorizontalrule-in-fieldset-and-everything-styled-white-space-pre.html new file mode 100644 index 0000000000..d06157e784 --- /dev/null +++ b/testing/web-platform/tests/editing/crashtests/inserthorizontalrule-in-fieldset-and-everything-styled-white-space-pre.html @@ -0,0 +1,25 @@ + + + + + + +
        + diff --git a/testing/web-platform/tests/editing/crashtests/inserthorizontalrule-in-textarea-in-editor-and-undo-on-error-events.html b/testing/web-platform/tests/editing/crashtests/inserthorizontalrule-in-textarea-in-editor-and-undo-on-error-events.html new file mode 100644 index 0000000000..204f75a89f --- /dev/null +++ b/testing/web-platform/tests/editing/crashtests/inserthorizontalrule-in-textarea-in-editor-and-undo-on-error-events.html @@ -0,0 +1,31 @@ + + + + + + + + +
        +# + + +
        + + diff --git a/testing/web-platform/tests/editing/crashtests/inserthorizontalrule-with-2-selection-ranges-and-one-is-outside-body.html b/testing/web-platform/tests/editing/crashtests/inserthorizontalrule-with-2-selection-ranges-and-one-is-outside-body.html new file mode 100644 index 0000000000..d248c333d9 --- /dev/null +++ b/testing/web-platform/tests/editing/crashtests/inserthorizontalrule-with-2-selection-ranges-and-one-is-outside-body.html @@ -0,0 +1,19 @@ + + + + + + + diff --git a/testing/web-platform/tests/editing/crashtests/inserthorizontalrule-with-selecting-text-in-document-element.html b/testing/web-platform/tests/editing/crashtests/inserthorizontalrule-with-selecting-text-in-document-element.html new file mode 100644 index 0000000000..c46b0359e8 --- /dev/null +++ b/testing/web-platform/tests/editing/crashtests/inserthorizontalrule-with-selecting-text-in-document-element.html @@ -0,0 +1,18 @@ + + + + + + + diff --git a/testing/web-platform/tests/editing/crashtests/inserthtml-after-temporarily-removing-document-element.html b/testing/web-platform/tests/editing/crashtests/inserthtml-after-temporarily-removing-document-element.html new file mode 100644 index 0000000000..7245fe3ddc --- /dev/null +++ b/testing/web-platform/tests/editing/crashtests/inserthtml-after-temporarily-removing-document-element.html @@ -0,0 +1,27 @@ + + + + +Testcase for bug 716456 of Mozilla + + +
        + diff --git a/testing/web-platform/tests/editing/crashtests/inserthtml-in-inline-editing-host-at-load-event.html b/testing/web-platform/tests/editing/crashtests/inserthtml-in-inline-editing-host-at-load-event.html new file mode 100644 index 0000000000..22f172856a --- /dev/null +++ b/testing/web-platform/tests/editing/crashtests/inserthtml-in-inline-editing-host-at-load-event.html @@ -0,0 +1,7 @@ + + + + +is + + diff --git a/testing/web-platform/tests/editing/crashtests/inserthtml-in-text-adopted-to-other-document.html b/testing/web-platform/tests/editing/crashtests/inserthtml-in-text-adopted-to-other-document.html new file mode 100644 index 0000000000..d8234f917a --- /dev/null +++ b/testing/web-platform/tests/editing/crashtests/inserthtml-in-text-adopted-to-other-document.html @@ -0,0 +1,52 @@ + + + + + + + + + +
        + + + + diff --git a/testing/web-platform/tests/editing/crashtests/inserthtml-indent-delete-when-input-element-in-editing-host-has-focus.html b/testing/web-platform/tests/editing/crashtests/inserthtml-indent-delete-when-input-element-in-editing-host-has-focus.html new file mode 100644 index 0000000000..ff1eebe041 --- /dev/null +++ b/testing/web-platform/tests/editing/crashtests/inserthtml-indent-delete-when-input-element-in-editing-host-has-focus.html @@ -0,0 +1,18 @@ + + + + +Test for bug 636074 of Mozilla + + + + diff --git a/testing/web-platform/tests/editing/crashtests/insertlinebreak-around-comment-node.html b/testing/web-platform/tests/editing/crashtests/insertlinebreak-around-comment-node.html new file mode 100644 index 0000000000..dc2d5e2bd4 --- /dev/null +++ b/testing/web-platform/tests/editing/crashtests/insertlinebreak-around-comment-node.html @@ -0,0 +1,20 @@ + + + + + + + + diff --git a/testing/web-platform/tests/editing/crashtests/insertlinebreak-in-map-element-editing-host.html b/testing/web-platform/tests/editing/crashtests/insertlinebreak-in-map-element-editing-host.html new file mode 100644 index 0000000000..c141f89c4e --- /dev/null +++ b/testing/web-platform/tests/editing/crashtests/insertlinebreak-in-map-element-editing-host.html @@ -0,0 +1,12 @@ + + + +
        +
        +
        \ No newline at end of file
        diff --git a/testing/web-platform/tests/editing/crashtests/insertorderedlist-in-focused-inline-editing-host.html b/testing/web-platform/tests/editing/crashtests/insertorderedlist-in-focused-inline-editing-host.html
        new file mode 100644
        index 0000000000..73869af3b5
        --- /dev/null
        +++ b/testing/web-platform/tests/editing/crashtests/insertorderedlist-in-focused-inline-editing-host.html
        @@ -0,0 +1,23 @@
        +
        +
        +
        +
        +
        +
        +One
        + + diff --git a/testing/web-platform/tests/editing/crashtests/insertorderedlist-in-text-adopted-to-other-document.html b/testing/web-platform/tests/editing/crashtests/insertorderedlist-in-text-adopted-to-other-document.html new file mode 100644 index 0000000000..e505e5bf2f --- /dev/null +++ b/testing/web-platform/tests/editing/crashtests/insertorderedlist-in-text-adopted-to-other-document.html @@ -0,0 +1,49 @@ + + + + + + + +

        word word

        + + + diff --git a/testing/web-platform/tests/editing/crashtests/insertparagraph-from-DOMNodeInserted-caused-by-insertorderedlist.html b/testing/web-platform/tests/editing/crashtests/insertparagraph-from-DOMNodeInserted-caused-by-insertorderedlist.html new file mode 100644 index 0000000000..fa322420cb --- /dev/null +++ b/testing/web-platform/tests/editing/crashtests/insertparagraph-from-DOMNodeInserted-caused-by-insertorderedlist.html @@ -0,0 +1,23 @@ + + + + + + + + diff --git a/testing/web-platform/tests/editing/crashtests/insertparagraph-in-map-element-editing-host.html b/testing/web-platform/tests/editing/crashtests/insertparagraph-in-map-element-editing-host.html new file mode 100644 index 0000000000..e05b36907e --- /dev/null +++ b/testing/web-platform/tests/editing/crashtests/insertparagraph-in-map-element-editing-host.html @@ -0,0 +1,12 @@ + + + +
        +
        +
        \ No newline at end of file
        diff --git a/testing/web-platform/tests/editing/crashtests/inserttext-at-start-with-different-style.html b/testing/web-platform/tests/editing/crashtests/inserttext-at-start-with-different-style.html
        new file mode 100644
        index 0000000000..ddd19aafd4
        --- /dev/null
        +++ b/testing/web-platform/tests/editing/crashtests/inserttext-at-start-with-different-style.html
        @@ -0,0 +1,20 @@
        +
        +
        +
        +
        +
        +
        +
        +
          +
        • a
        • +a +
        + + diff --git a/testing/web-platform/tests/editing/crashtests/insertunorderedlist-in-empty-inline-editing-host.html b/testing/web-platform/tests/editing/crashtests/insertunorderedlist-in-empty-inline-editing-host.html new file mode 100644 index 0000000000..74b0993322 --- /dev/null +++ b/testing/web-platform/tests/editing/crashtests/insertunorderedlist-in-empty-inline-editing-host.html @@ -0,0 +1,17 @@ + + + + +Test for bug 615015 of Mozilla + + +T + diff --git a/testing/web-platform/tests/editing/crashtests/insertunorderedlist-in-empty-table-editing-host.html b/testing/web-platform/tests/editing/crashtests/insertunorderedlist-in-empty-table-editing-host.html new file mode 100644 index 0000000000..19cc205b91 --- /dev/null +++ b/testing/web-platform/tests/editing/crashtests/insertunorderedlist-in-empty-table-editing-host.html @@ -0,0 +1,22 @@ + + + + + + + + diff --git a/testing/web-platform/tests/editing/crashtests/justifycenter-around-textarea.html b/testing/web-platform/tests/editing/crashtests/justifycenter-around-textarea.html new file mode 100644 index 0000000000..71d24f37b4 --- /dev/null +++ b/testing/web-platform/tests/editing/crashtests/justifycenter-around-textarea.html @@ -0,0 +1,14 @@ + + + +
        a
        + +
      4. + + diff --git a/testing/web-platform/tests/editing/crashtests/justifycenter-then-delete-selection-on-DOMSubtreeModified.html b/testing/web-platform/tests/editing/crashtests/justifycenter-then-delete-selection-on-DOMSubtreeModified.html new file mode 100644 index 0000000000..1ee9ac35cb --- /dev/null +++ b/testing/web-platform/tests/editing/crashtests/justifycenter-then-delete-selection-on-DOMSubtreeModified.html @@ -0,0 +1,24 @@ + + + + + + + +
      5. +

        + +

        +
      6. + + diff --git a/testing/web-platform/tests/editing/crashtests/justifyfull-selection-containing-non-editable-div-and-everything-styled-white-space-break-space.html b/testing/web-platform/tests/editing/crashtests/justifyfull-selection-containing-non-editable-div-and-everything-styled-white-space-break-space.html new file mode 100644 index 0000000000..cf199fa087 --- /dev/null +++ b/testing/web-platform/tests/editing/crashtests/justifyfull-selection-containing-non-editable-div-and-everything-styled-white-space-break-space.html @@ -0,0 +1,18 @@ + + + + + + +
        + diff --git a/testing/web-platform/tests/editing/crashtests/loading-different-page-in-iframe-while-iframe-sets-spellcheck-attr-from-load.html b/testing/web-platform/tests/editing/crashtests/loading-different-page-in-iframe-while-iframe-sets-spellcheck-attr-from-load.html new file mode 100644 index 0000000000..afddac34e1 --- /dev/null +++ b/testing/web-platform/tests/editing/crashtests/loading-different-page-in-iframe-while-iframe-sets-spellcheck-attr-from-load.html @@ -0,0 +1,13 @@ + + + + + + + + diff --git a/testing/web-platform/tests/editing/crashtests/make-editable-div-inline-and-set-contenteditable-of-input-to-false.html b/testing/web-platform/tests/editing/crashtests/make-editable-div-inline-and-set-contenteditable-of-input-to-false.html new file mode 100644 index 0000000000..1743a2641d --- /dev/null +++ b/testing/web-platform/tests/editing/crashtests/make-editable-div-inline-and-set-contenteditable-of-input-to-false.html @@ -0,0 +1,19 @@ + + + + +Testcase for bug 650572 of Mozilla + + +
        + + diff --git a/testing/web-platform/tests/editing/crashtests/make-parent-element-editable-after-making-focused-editing-host-non-editable.html b/testing/web-platform/tests/editing/crashtests/make-parent-element-editable-after-making-focused-editing-host-non-editable.html new file mode 100644 index 0000000000..d624d7d3b9 --- /dev/null +++ b/testing/web-platform/tests/editing/crashtests/make-parent-element-editable-after-making-focused-editing-host-non-editable.html @@ -0,0 +1,21 @@ + + + + + + + +
        + + + + diff --git a/testing/web-platform/tests/editing/crashtests/move-editing-host-to-subdocument-when-textarea-has-focus.html b/testing/web-platform/tests/editing/crashtests/move-editing-host-to-subdocument-when-textarea-has-focus.html new file mode 100644 index 0000000000..b7d2e2f902 --- /dev/null +++ b/testing/web-platform/tests/editing/crashtests/move-editing-host-to-subdocument-when-textarea-has-focus.html @@ -0,0 +1,15 @@ + +
        + + + +
        + + diff --git a/testing/web-platform/tests/editing/crashtests/multiple-execCommand-calls-after-interting-long-text.html b/testing/web-platform/tests/editing/crashtests/multiple-execCommand-calls-after-interting-long-text.html new file mode 100644 index 0000000000..32d0e38248 --- /dev/null +++ b/testing/web-platform/tests/editing/crashtests/multiple-execCommand-calls-after-interting-long-text.html @@ -0,0 +1,20 @@ + + + + +Testcase for bug 682650 of Mozilla + + + + diff --git a/testing/web-platform/tests/editing/crashtests/non-root-editable-html-element.html b/testing/web-platform/tests/editing/crashtests/non-root-editable-html-element.html new file mode 100644 index 0000000000..2e4c02b0e1 --- /dev/null +++ b/testing/web-platform/tests/editing/crashtests/non-root-editable-html-element.html @@ -0,0 +1,7 @@ + + +
        + + + +
        diff --git a/testing/web-platform/tests/editing/crashtests/normalize_document_at_DOMSubtreeModified_during_insertparagraph.html b/testing/web-platform/tests/editing/crashtests/normalize_document_at_DOMSubtreeModified_during_insertparagraph.html new file mode 100644 index 0000000000..a8cbaf7217 --- /dev/null +++ b/testing/web-platform/tests/editing/crashtests/normalize_document_at_DOMSubtreeModified_during_insertparagraph.html @@ -0,0 +1,16 @@ + + + + + + + diff --git a/testing/web-platform/tests/editing/crashtests/outdent-across-svg-boundary.html b/testing/web-platform/tests/editing/crashtests/outdent-across-svg-boundary.html new file mode 100644 index 0000000000..f652a2e237 --- /dev/null +++ b/testing/web-platform/tests/editing/crashtests/outdent-across-svg-boundary.html @@ -0,0 +1,38 @@ + + + + + + + + + + +
        +
        +

        Huh

        + +
        + + + diff --git a/testing/web-platform/tests/editing/crashtests/outdent-editing-host-containing-combining-diacritical-mark.html b/testing/web-platform/tests/editing/crashtests/outdent-editing-host-containing-combining-diacritical-mark.html new file mode 100644 index 0000000000..0ed71f789b --- /dev/null +++ b/testing/web-platform/tests/editing/crashtests/outdent-editing-host-containing-combining-diacritical-mark.html @@ -0,0 +1,16 @@ + + + +Test for bug 499844 of Mozilla + + + ́ + diff --git a/testing/web-platform/tests/editing/crashtests/outdent-in-empty-body-editing-host.html b/testing/web-platform/tests/editing/crashtests/outdent-in-empty-body-editing-host.html new file mode 100644 index 0000000000..f68e46bc53 --- /dev/null +++ b/testing/web-platform/tests/editing/crashtests/outdent-in-empty-body-editing-host.html @@ -0,0 +1,7 @@ + + + + + diff --git a/testing/web-platform/tests/editing/crashtests/outdent-indent-inserthorizontalrule-on-selectionchange.html b/testing/web-platform/tests/editing/crashtests/outdent-indent-inserthorizontalrule-on-selectionchange.html new file mode 100644 index 0000000000..800d9d1969 --- /dev/null +++ b/testing/web-platform/tests/editing/crashtests/outdent-indent-inserthorizontalrule-on-selectionchange.html @@ -0,0 +1,23 @@ + + + + + + + +A + + diff --git a/testing/web-platform/tests/editing/crashtests/queryCommandIndeterm-backcolor-and-hilitecolor-in-empty-iframe-in-designMode.html b/testing/web-platform/tests/editing/crashtests/queryCommandIndeterm-backcolor-and-hilitecolor-in-empty-iframe-in-designMode.html new file mode 100644 index 0000000000..6cf2524a54 --- /dev/null +++ b/testing/web-platform/tests/editing/crashtests/queryCommandIndeterm-backcolor-and-hilitecolor-in-empty-iframe-in-designMode.html @@ -0,0 +1,73 @@ + + + + Testcase for bug 448329 of Mozilla + + + + + + + + + + diff --git a/testing/web-platform/tests/editing/crashtests/queryCommandIndeterm-backcolor-in-empty-iframe-in-designMode-from-load.html b/testing/web-platform/tests/editing/crashtests/queryCommandIndeterm-backcolor-in-empty-iframe-in-designMode-from-load.html new file mode 100644 index 0000000000..74d80e19b3 --- /dev/null +++ b/testing/web-platform/tests/editing/crashtests/queryCommandIndeterm-backcolor-in-empty-iframe-in-designMode-from-load.html @@ -0,0 +1,21 @@ + + + Testcase for bug 448329 of Mozilla + + + + diff --git a/testing/web-platform/tests/editing/crashtests/queryCommandState-backcolor-after-removing-html-element-in-designMode-from-load.html b/testing/web-platform/tests/editing/crashtests/queryCommandState-backcolor-after-removing-html-element-in-designMode-from-load.html new file mode 100644 index 0000000000..1c8fe5db9b --- /dev/null +++ b/testing/web-platform/tests/editing/crashtests/queryCommandState-backcolor-after-removing-html-element-in-designMode-from-load.html @@ -0,0 +1,8 @@ + + + + diff --git a/testing/web-platform/tests/editing/crashtests/queryCommandValue-backcolor-after-replacing-html-element-with-new-one-in-designMode-from-load.html b/testing/web-platform/tests/editing/crashtests/queryCommandValue-backcolor-after-replacing-html-element-with-new-one-in-designMode-from-load.html new file mode 100644 index 0000000000..d14422c931 --- /dev/null +++ b/testing/web-platform/tests/editing/crashtests/queryCommandValue-backcolor-after-replacing-html-element-with-new-one-in-designMode-from-load.html @@ -0,0 +1,8 @@ + + + + \ No newline at end of file diff --git a/testing/web-platform/tests/editing/crashtests/remove-document-element-of-iframe-having-style-content.html b/testing/web-platform/tests/editing/crashtests/remove-document-element-of-iframe-having-style-content.html new file mode 100644 index 0000000000..b032311fa7 --- /dev/null +++ b/testing/web-platform/tests/editing/crashtests/remove-document-element-of-iframe-having-style-content.html @@ -0,0 +1,17 @@ + + + + +Testcase for bug 643706 of Mozilla + + + + diff --git a/testing/web-platform/tests/editing/crashtests/remove-editing-host-on-DOMNodeInserted-at-indent.html b/testing/web-platform/tests/editing/crashtests/remove-editing-host-on-DOMNodeInserted-at-indent.html new file mode 100644 index 0000000000..22e8fd0713 --- /dev/null +++ b/testing/web-platform/tests/editing/crashtests/remove-editing-host-on-DOMNodeInserted-at-indent.html @@ -0,0 +1,24 @@ + + + + + + + +
        +
        + diff --git a/testing/web-platform/tests/editing/crashtests/remove-editing-host-which-is-selected.html b/testing/web-platform/tests/editing/crashtests/remove-editing-host-which-is-selected.html new file mode 100644 index 0000000000..06ee6dc505 --- /dev/null +++ b/testing/web-platform/tests/editing/crashtests/remove-editing-host-which-is-selected.html @@ -0,0 +1,17 @@ + + + + + +