Pass | z-index can take a 4-digit integer | Asserts runPass | assert_not_equals("1111", "auto")
at Test.<anonymous> ( /css/cssom/serialize-custom-props.html:43:9) |
|
Pass | An unregistered custom prop can take a 4-digit integer | Asserts runPass | assert_equals("1111", "1111")
at Test.<anonymous> ( /css/cssom/serialize-custom-props.html:49:9) |
|
Pass | An <integer> custom prop can take a 4-digit integer | Asserts runPass | assert_equals("1111", "1111")
at Test.<anonymous> ( /css/cssom/serialize-custom-props.html:55:9) |
|
Pass | z-index can take a custom property set to a 4-digit integer | Asserts runPass | assert_equals("1111", "1111")
at Test.<anonymous> ( /css/cssom/serialize-custom-props.html:65:9) |
|
Pass | z-index can take a 6-digit integer | Asserts runPass | assert_not_equals("111111", "auto")
at Test.<anonymous> ( /css/cssom/serialize-custom-props.html:43:9) |
|
Pass | An unregistered custom prop can take a 6-digit integer | Asserts runPass | assert_equals("111111", "111111")
at Test.<anonymous> ( /css/cssom/serialize-custom-props.html:49:9) |
|
Pass | An <integer> custom prop can take a 6-digit integer | Asserts runPass | assert_equals("111111", "111111")
at Test.<anonymous> ( /css/cssom/serialize-custom-props.html:55:9) |
|
Pass | z-index can take a custom property set to a 6-digit integer | Asserts runPass | assert_equals("111111", "111111")
at Test.<anonymous> ( /css/cssom/serialize-custom-props.html:65:9) |
|
Pass | z-index can take a 8-digit integer | Asserts runPass | assert_not_equals("11111111", "auto")
at Test.<anonymous> ( /css/cssom/serialize-custom-props.html:43:9) |
|
Pass | An unregistered custom prop can take a 8-digit integer | Asserts runPass | assert_equals("11111111", "11111111")
at Test.<anonymous> ( /css/cssom/serialize-custom-props.html:49:9) |
|
Pass | An <integer> custom prop can take a 8-digit integer | Asserts runPass | assert_equals("11111111", "11111111")
at Test.<anonymous> ( /css/cssom/serialize-custom-props.html:55:9) |
|
Pass | z-index can take a custom property set to a 8-digit integer | Asserts runPass | assert_equals("11111111", "11111111")
at Test.<anonymous> ( /css/cssom/serialize-custom-props.html:65:9) |
|
Pass | z-index can take a 12-digit integer | Asserts runPass | assert_not_equals("2147483647", "auto")
at Test.<anonymous> ( /css/cssom/serialize-custom-props.html:43:9) |
|
Pass | An unregistered custom prop can take a 12-digit integer | Asserts runPass | assert_equals("111111111111", "111111111111")
at Test.<anonymous> ( /css/cssom/serialize-custom-props.html:49:9) |
|
Pass | An <integer> custom prop can take a 12-digit integer | Asserts runPass | assert_equals("111111111111", "111111111111")
at Test.<anonymous> ( /css/cssom/serialize-custom-props.html:55:9) |
|
Pass | z-index can take a custom property set to a 12-digit integer | Asserts runPass | assert_equals("2147483647", "2147483647")
at Test.<anonymous> ( /css/cssom/serialize-custom-props.html:65:9) |
|
Pass | z-index can take a 25-digit integer | Asserts runPass | assert_not_equals("2147483647", "auto")
at Test.<anonymous> ( /css/cssom/serialize-custom-props.html:43:9) |
|
Pass | An unregistered custom prop can take a 25-digit integer | Asserts runPass | assert_equals("1111111111111111111111111", "1111111111111111111111111")
at Test.<anonymous> ( /css/cssom/serialize-custom-props.html:49:9) |
|
Pass | An <integer> custom prop can take a 25-digit integer | Asserts runPass | assert_equals("1111111111111111111111111", "1111111111111111111111111")
at Test.<anonymous> ( /css/cssom/serialize-custom-props.html:55:9) |
|
Pass | z-index can take a custom property set to a 25-digit integer | Asserts runPass | assert_equals("2147483647", "2147483647")
at Test.<anonymous> ( /css/cssom/serialize-custom-props.html:65:9) |
|