diff options
Diffstat (limited to 'testing/web-platform/meta/editing/other/insert-text-in-void-element.tentative.html.ini')
-rw-r--r-- | testing/web-platform/meta/editing/other/insert-text-in-void-element.tentative.html.ini | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/testing/web-platform/meta/editing/other/insert-text-in-void-element.tentative.html.ini b/testing/web-platform/meta/editing/other/insert-text-in-void-element.tentative.html.ini new file mode 100644 index 0000000000..5e396d6724 --- /dev/null +++ b/testing/web-platform/meta/editing/other/insert-text-in-void-element.tentative.html.ini @@ -0,0 +1,48 @@ +[insert-text-in-void-element.tentative.html] + [Inserting text when selection is collapsed in <br> which follows a text node and an empty <span> element] + expected: FAIL + + [Inserting text when selection is collapsed in <br> which follows a non-empty <span> element] + expected: FAIL + + [Inserting text when selection is collapsed in <br> which follows a text node, an empty <span> element and white-space only text node] + expected: FAIL + + [Inserting text when selection is collapsed in <embed> which follows an empty <span> element] + expected: FAIL + + [Inserting text when selection is collapsed in <embed> which follows a text node and an empty <span> element] + expected: FAIL + + [Inserting text when selection is collapsed in <embed> which follows a non-empty <span> element] + expected: FAIL + + [Inserting text when selection is collapsed in <embed> which follows a text node, an empty <span> element and white-space only text node] + expected: FAIL + + [Inserting text when selection is collapsed in <img> which follows an empty <span> element] + expected: FAIL + + [Inserting text when selection is collapsed in <img> which follows a text node and an empty <span> element] + expected: FAIL + + [Inserting text when selection is collapsed in <img> which follows a non-empty <span> element] + expected: FAIL + + [Inserting text when selection is collapsed in <input> which follows a text node and an empty <span> element] + expected: FAIL + + [Inserting text when selection is collapsed in <input> which follows a non-empty <span> element] + expected: FAIL + + [Inserting text when selection is collapsed in <wbr> which follows an empty <span> element] + expected: FAIL + + [Inserting text when selection is collapsed in <wbr> which follows a text node and an empty <span> element] + expected: FAIL + + [Inserting text when selection is collapsed in <wbr> which follows a non-empty <span> element] + expected: FAIL + + [Inserting text when selection is collapsed in <wbr> which follows a text node, an empty <span> element and white-space only text node] + expected: FAIL |