diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 01:47:29 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 01:47:29 +0000 |
commit | 0ebf5bdf043a27fd3dfb7f92e0cb63d88954c44d (patch) | |
tree | a31f07c9bcca9d56ce61e9a1ffd30ef350d513aa /testing/web-platform/meta/editing/crashtests | |
parent | Initial commit. (diff) | |
download | firefox-esr-0ebf5bdf043a27fd3dfb7f92e0cb63d88954c44d.tar.xz firefox-esr-0ebf5bdf043a27fd3dfb7f92e0cb63d88954c44d.zip |
Adding upstream version 115.8.0esr.upstream/115.8.0esr
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/web-platform/meta/editing/crashtests')
3 files changed, 8 insertions, 0 deletions
diff --git a/testing/web-platform/meta/editing/crashtests/backcolor-in-nested-editing-host-td-from-DOMAttrModified.html.ini b/testing/web-platform/meta/editing/crashtests/backcolor-in-nested-editing-host-td-from-DOMAttrModified.html.ini new file mode 100644 index 0000000000..b1a9871dda --- /dev/null +++ b/testing/web-platform/meta/editing/crashtests/backcolor-in-nested-editing-host-td-from-DOMAttrModified.html.ini @@ -0,0 +1,2 @@ +[backcolor-in-nested-editing-host-td-from-DOMAttrModified.html] + prefs: [dom.document.exec_command.nested_calls_allowed:true] diff --git a/testing/web-platform/meta/editing/crashtests/make-parent-element-editable-after-making-focused-editing-host-non-editable.html.ini b/testing/web-platform/meta/editing/crashtests/make-parent-element-editable-after-making-focused-editing-host-non-editable.html.ini new file mode 100644 index 0000000000..ec48d41d72 --- /dev/null +++ b/testing/web-platform/meta/editing/crashtests/make-parent-element-editable-after-making-focused-editing-host-non-editable.html.ini @@ -0,0 +1,3 @@ +[make-parent-element-editable-after-making-focused-editing-host-non-editable.html] + expected: + if (os == "mac") and not debug: [PASS, CRASH] diff --git a/testing/web-platform/meta/editing/crashtests/move-legend-followed-by-textarea-into-orphan-div.html.ini b/testing/web-platform/meta/editing/crashtests/move-legend-followed-by-textarea-into-orphan-div.html.ini new file mode 100644 index 0000000000..48b748234b --- /dev/null +++ b/testing/web-platform/meta/editing/crashtests/move-legend-followed-by-textarea-into-orphan-div.html.ini @@ -0,0 +1,3 @@ +[move-legend-followed-by-textarea-into-orphan-div.html] + expected: + if (os == "android") and not debug: [PASS, CRASH] |