Summary

Harness status: OK

Found 12 tests

Details

ResultTest NameMessage
PassConstructing the entry list shouldn't perform newline normalization: \n in the value
Asserts run
Pass
assert_equals("b\nc", "b\nc")
    at Test.<anonymous> ( /html/semantics/forms/form-submission-0/newline-normalization.html:45:9)
PassConstructing the entry list shouldn't perform newline normalization: \r in the value
Asserts run
Pass
assert_equals("b\rc", "b\rc")
    at Test.<anonymous> ( /html/semantics/forms/form-submission-0/newline-normalization.html:50:9)
PassConstructing the entry list shouldn't perform newline normalization: \r\n in the value
Asserts run
Pass
assert_equals("b\r\nc", "b\r\nc")
    at Test.<anonymous> ( /html/semantics/forms/form-submission-0/newline-normalization.html:55:9)
PassConstructing the entry list shouldn't perform newline normalization: \n\r in the value
Asserts run
Pass
assert_equals("b\n\rc", "b\n\rc")
    at Test.<anonymous> ( /html/semantics/forms/form-submission-0/newline-normalization.html:60:9)
PassConstructing the entry list shouldn't perform newline normalization: \n in the name
Asserts run
Pass
assert_equals("a\nb", "a\nb")
    at Test.<anonymous> ( /html/semantics/forms/form-submission-0/newline-normalization.html:65:9)
PassConstructing the entry list shouldn't perform newline normalization: \r in the name
Asserts run
Pass
assert_equals("a\rb", "a\rb")
    at Test.<anonymous> ( /html/semantics/forms/form-submission-0/newline-normalization.html:70:9)
PassConstructing the entry list shouldn't perform newline normalization: \r\n in the name
Asserts run
Pass
assert_equals("a\r\nb", "a\r\nb")
    at Test.<anonymous> ( /html/semantics/forms/form-submission-0/newline-normalization.html:75:9)
PassConstructing the entry list shouldn't perform newline normalization: \n\r in the name
Asserts run
Pass
assert_equals("a\n\rb", "a\n\rb")
    at Test.<anonymous> ( /html/semantics/forms/form-submission-0/newline-normalization.html:80:9)
PassConstructing the entry list shouldn't perform newline normalization: \n in the filename
Asserts run
Pass
assert_equals("b\nc", "b\nc")
    at Test.<anonymous> ( /html/semantics/forms/form-submission-0/newline-normalization.html:87:9)
PassConstructing the entry list shouldn't perform newline normalization: \r in the filename
Asserts run
Pass
assert_equals("b\rc", "b\rc")
    at Test.<anonymous> ( /html/semantics/forms/form-submission-0/newline-normalization.html:94:9)
PassConstructing the entry list shouldn't perform newline normalization: \r\n in the filename
Asserts run
Pass
assert_equals("b\r\nc", "b\r\nc")
    at Test.<anonymous> ( /html/semantics/forms/form-submission-0/newline-normalization.html:101:9)
PassConstructing the entry list shouldn't perform newline normalization: \n\r in the filename
Asserts run
Pass
assert_equals("b\n\rc", "b\n\rc")
    at Test.<anonymous> ( /html/semantics/forms/form-submission-0/newline-normalization.html:108:9)