Serializing Integers Never Uses Scinot

Summary

Harness status: OK

Found 20 tests

Details

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