Pass | Empty value should return #000000 | Asserts runPass | assert_equals("#000000", "#000000")
at Test.<anonymous> ( /html/semantics/forms/the-input-element/color.tentative.html:43:7) |
|
Pass | Missing value should return #000000 | Asserts runPass | assert_equals("#000000", "#000000")
at Test.<anonymous> ( /html/semantics/forms/the-input-element/color.tentative.html:43:7) |
|
Pass | Valid simple color: should return #ffffff | Asserts runPass | assert_equals("#ffffff", "#ffffff")
at Test.<anonymous> ( /html/semantics/forms/the-input-element/color.tentative.html:43:7) |
|
Pass | Valid simple color (containing LATIN CAPITAL LETTERS): should return #ffffff (converted to ASCII lowercase) | Asserts runPass | assert_equals("#ffffff", "#ffffff")
at Test.<anonymous> ( /html/semantics/forms/the-input-element/color.tentative.html:43:7) |
|
Pass | Zero-padding | Asserts runPass | assert_equals("#0f0f0f", "#0f0f0f")
at Test.<anonymous> ( /html/semantics/forms/the-input-element/color.tentative.html:43:7) |
|
Pass | Invalid simple color: not 7 characters long | Asserts runPass | assert_equals("#000000", "#000000")
at Test.<anonymous> ( /html/semantics/forms/the-input-element/color.tentative.html:43:7) |
|
Pass | Invalid simple color: no starting # sign | Asserts runPass | assert_equals("#000000", "#000000")
at Test.<anonymous> ( /html/semantics/forms/the-input-element/color.tentative.html:43:7) |
|
Pass | Invalid simple color: non ASCII hex digits | Asserts runPass | assert_equals("#000000", "#000000")
at Test.<anonymous> ( /html/semantics/forms/the-input-element/color.tentative.html:43:7) |
|
Pass | Invalid simple color: foobar | Asserts runPass | assert_equals("#000000", "#000000")
at Test.<anonymous> ( /html/semantics/forms/the-input-element/color.tentative.html:43:7) |
|
Pass | Invalid color: trailing Null (U+0000) | Asserts runPass | assert_equals("#000000", "#000000")
at Test.<anonymous> ( /html/semantics/forms/the-input-element/color.tentative.html:43:7) |
|
Pass | Invalid color: trailing ; | Asserts runPass | assert_equals("#000000", "#000000")
at Test.<anonymous> ( /html/semantics/forms/the-input-element/color.tentative.html:43:7) |
|
Pass | Invalid color: leading space | Asserts runPass | assert_equals("#000000", "#000000")
at Test.<anonymous> ( /html/semantics/forms/the-input-element/color.tentative.html:43:7) |
|
Pass | Invalid color: trailing space | Asserts runPass | assert_equals("#000000", "#000000")
at Test.<anonymous> ( /html/semantics/forms/the-input-element/color.tentative.html:43:7) |
|
Pass | Invalid color: leading+trailing spaces | Asserts runPass | assert_equals("#000000", "#000000")
at Test.<anonymous> ( /html/semantics/forms/the-input-element/color.tentative.html:43:7) |
|
Pass | Invalid color: keyword crimson | Asserts runPass | assert_equals("#000000", "#000000")
at Test.<anonymous> ( /html/semantics/forms/the-input-element/color.tentative.html:43:7) |
|
Pass | Invalid color: keyword bisque | Asserts runPass | assert_equals("#000000", "#000000")
at Test.<anonymous> ( /html/semantics/forms/the-input-element/color.tentative.html:43:7) |
|
Pass | Invalid color: keyword currentColor | Asserts runPass | assert_equals("#000000", "#000000")
at Test.<anonymous> ( /html/semantics/forms/the-input-element/color.tentative.html:43:7) |
|
Pass | Invalid color: keyword transparent | Asserts runPass | assert_equals("#000000", "#000000")
at Test.<anonymous> ( /html/semantics/forms/the-input-element/color.tentative.html:43:7) |
|
Pass | Invalid color: keyword ActiveBorder | Asserts runPass | assert_equals("#000000", "#000000")
at Test.<anonymous> ( /html/semantics/forms/the-input-element/color.tentative.html:43:7) |
|
Pass | Invalid color: keyword inherit | Asserts runPass | assert_equals("#000000", "#000000")
at Test.<anonymous> ( /html/semantics/forms/the-input-element/color.tentative.html:43:7) |
|
Pass | Invalid color: rgb(1,1,1) | Asserts runPass | assert_equals("#000000", "#000000")
at Test.<anonymous> ( /html/semantics/forms/the-input-element/color.tentative.html:43:7) |
|
Pass | Invalid color: rgb(1,1,1,1) | Asserts runPass | assert_equals("#000000", "#000000")
at Test.<anonymous> ( /html/semantics/forms/the-input-element/color.tentative.html:43:7) |
|
Pass | Invalid color: PILE OF POO (U+1F4A9) | Asserts runPass | assert_equals("#000000", "#000000")
at Test.<anonymous> ( /html/semantics/forms/the-input-element/color.tentative.html:43:7) |
|