Summary

Harness status: OK

Found 1 tests

Details

ResultTest NameMessage
FailsetCustomValidity should normalize newlines from the given error messageassert_equals: expected "First line\nSecond line\nThird line\nFourth line" but got "First line\rSecond line\r\nThird line\nFourth line"
    at Test.<anonymous> (https://wpt.live/html/semantics/forms/setCustomValidity-normalize-newlines.html:12:3)
    at Test.step (https://wpt.live/resources/testharness.js:2642:25)
    at test (https://wpt.live/resources/testharness.js:633:30)
    at https://wpt.live/html/semantics/forms/setCustomValidity-normalize-newlines.html:9:1
Asserts run
Fail
assert_equals("First line\rSecond line\r\nThird line\nFourth line", "First line\nSecond line\nThird line\nFourth line")
    at Test.<anonymous> ( /html/semantics/forms/setCustomValidity-normalize-newlines.html:12:3)