Input url

Summary

Harness status: OK

Found 4 tests

Details

ResultTest NameMessage
Passurl type supported on input element
Asserts run
Pass
assert_equals("url", "url")
    at Test.<anonymous> ( /html/semantics/forms/the-input-element/url.html:27:7)
PassThe value must not be set with "LF" (U+000A) or "CR" (U+000D)
Asserts run
Pass
assert_equals("aa", "aa")
    at Test.<anonymous> ( /html/semantics/forms/the-input-element/url.html:33:7)
Pass
assert_equals("aa", "aa")
    at Test.<anonymous> ( /html/semantics/forms/the-input-element/url.html:37:7)
Pass
assert_equals("aa", "aa")
    at Test.<anonymous> ( /html/semantics/forms/the-input-element/url.html:41:7)
PassThe value sanitization algorithm is as follows: Strip line breaks from the value
Asserts run
Pass
assert_equals("aa", "aa")
    at Test.<anonymous> ( /html/semantics/forms/the-input-element/url.html:46:7)
PassThe value sanitization algorithm is as follows: Strip leading and trailing whitespace from the value.
Asserts run
Pass
assert_equals("aa", "aa")
    at Test.<anonymous> ( /html/semantics/forms/the-input-element/url.html:51:7)
Pass
assert_equals("a a", "a a")
    at Test.<anonymous> ( /html/semantics/forms/the-input-element/url.html:54:7)