Summary

Harness status: OK

Found 8 tests

Details

ResultTest NameMessage
Passsingle_email doesn't have the multiple attribute
Asserts run
Pass
assert_false(false)
    at Test.<anonymous> ( /html/semantics/forms/the-input-element/email.html:17:5)
Passvalue should be sanitized: strip line breaks
Asserts run
Pass
assert_equals("user2@example.com", "user2@example.com")
    at Test.<anonymous> ( /html/semantics/forms/the-input-element/email.html:22:5)
Pass
assert_equals("user3@example.com", "user3@example.com")
    at Test.<anonymous> ( /html/semantics/forms/the-input-element/email.html:24:5)
PassEmail address validity
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /html/semantics/forms/the-input-element/email.html:29:5)
Pass
assert_false(false)
    at Test.<anonymous> ( /html/semantics/forms/the-input-element/email.html:31:5)
PassWhen the multiple attribute is removed, the user agent must run the value sanitization algorithm
Asserts run
Pass
assert_equals("user@example.com,user2@example.com", "user@example.com,user2@example.com")
    at Test.<anonymous> ( /html/semantics/forms/the-input-element/email.html:37:5)
Pass
assert_equals("user@example.com,user2@example.com", "user@example.com,user2@example.com")
    at Test.<anonymous> ( /html/semantics/forms/the-input-element/email.html:39:5)
Passmultiple_email has the multiple attribute
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /html/semantics/forms/the-input-element/email.html:43:5)
Passrun the value sanitization algorithm after setting a new value
Asserts run
Pass
assert_equals("user1@example.com,user2@test.com,user3@test.com", "user1@example.com,user2@test.com,user3@test.com")
    at Test.<anonymous> ( /html/semantics/forms/the-input-element/email.html:48:5)
Passvalid value is a set of valid email addresses separated by a single ','
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /html/semantics/forms/the-input-element/email.html:53:5)
Pass
assert_false(false)
    at Test.<anonymous> ( /html/semantics/forms/the-input-element/email.html:56:5)
PassWhen the multiple attribute is set, the user agent must run the value sanitization algorithm
Asserts run
Pass
assert_equals("user1@example.com , user2@example.com", "user1@example.com , user2@example.com")
    at Test.<anonymous> ( /html/semantics/forms/the-input-element/email.html:62:5)
Pass
assert_equals("user1@example.com,user2@example.com", "user1@example.com,user2@example.com")
    at Test.<anonymous> ( /html/semantics/forms/the-input-element/email.html:64:5)