Files
servo/tests/wpt/meta-legacy-layout/html/dom/elements/the-innertext-and-outertext-properties/outertext-setter.html.ini
Martin Robinson f4578afdfe Rename metadata directories
This renames:
 - `tests/wpt/metadata` → `tests/wpt/meta-legacy-layout`
 - `tests/wpt/metadata-layout-2020` → `tests/wpt/meta`
 - `tests/wpt/mozilla/meta` → `tests/wpt/mozilla/meta-legacy-layout`
 - `tests/wpt/mozilla/meta-layout-2020` → `tests/wpt/mozilla/meta`
2023-06-22 21:15:41 +02:00

124 lines
2.3 KiB
INI

[outertext-setter.html]
[Replacing a node and merging with the previous text node]
expected: FAIL
[Replacing a node and merging with the following text node]
expected: FAIL
[Replacing a node and merging with the previous and following text node]
expected: FAIL
[Only merges with the previous and following text nodes, does not completely normalize]
expected: FAIL
[Removing a node]
expected: FAIL
[Detached node]
expected: FAIL
[Simplest possible test]
expected: FAIL
[Newlines convert to <br> in non-white-space:pre elements]
expected: FAIL
[Newlines convert to <br> in <pre> element]
expected: FAIL
[Newlines convert to <br> in <textarea> element]
expected: FAIL
[Newlines convert to <br> in white-space:pre element]
expected: FAIL
[CRs convert to <br> in non-white-space:pre elements]
expected: FAIL
[CRs convert to <br> in <pre> element]
expected: FAIL
[Newline/CR pair converts to <br> in non-white-space:pre element]
expected: FAIL
[Newline/newline pair converts to two <br>s in non-white-space:pre element]
expected: FAIL
[CR/CR pair converts to two <br>s in non-white-space:pre element]
expected: FAIL
[CRs convert to <br> in white-space:pre element]
expected: FAIL
[< preserved]
expected: FAIL
[> preserved]
expected: FAIL
[& preserved]
expected: FAIL
[" preserved]
expected: FAIL
[' preserved]
expected: FAIL
[Null characters preserved]
expected: FAIL
[Tabs preserved]
expected: FAIL
[Leading whitespace preserved]
expected: FAIL
[Trailing whitespace preserved]
expected: FAIL
[Whitespace not compressed]
expected: FAIL
[Existing text deleted]
expected: FAIL
[Existing <br> deleted]
expected: FAIL
[Assigning the empty string]
expected: FAIL
[Assigning null]
expected: FAIL
[Assigning undefined]
expected: FAIL
[Start with CR]
expected: FAIL
[Start with LF]
expected: FAIL
[Start with CRLF]
expected: FAIL
[End with CR]
expected: FAIL
[End with LF]
expected: FAIL
[End with CRLF]
expected: FAIL
[Empty string]
expected: FAIL
[Empty string with surrounding text nodes]
expected: FAIL
[Setting outerText to a bunch of newlines creates a bunch of <br>s with no text nodes]
expected: FAIL