mirror of
https://github.com/servo/servo
synced 2026-04-28 10:27:40 +02:00
It now fails since DOMString is currently based on std::string::String on the Rust side, which is strictly well-formed UTF-8 and can not contain unpaired surrogate code points. Fixes #10780
27 lines
694 B
INI
27 lines
694 B
INI
[CharacterData-surrogates.html]
|
|
type: testharness
|
|
[Text.substringData() splitting surrogate pairs]
|
|
expected: FAIL
|
|
|
|
[Text.replaceData() splitting and creating surrogate pairs]
|
|
expected: FAIL
|
|
|
|
[Text.deleteData() splitting and creating surrogate pairs]
|
|
expected: FAIL
|
|
|
|
[Text.insertData() splitting and creating surrogate pairs]
|
|
expected: FAIL
|
|
|
|
[Comment.substringData() splitting surrogate pairs]
|
|
expected: FAIL
|
|
|
|
[Comment.replaceData() splitting and creating surrogate pairs]
|
|
expected: FAIL
|
|
|
|
[Comment.deleteData() splitting and creating surrogate pairs]
|
|
expected: FAIL
|
|
|
|
[Comment.insertData() splitting and creating surrogate pairs]
|
|
expected: FAIL
|
|
|