Summary

Harness status: OK

Found 4 tests

Details

ResultTest NameMessage
PassgetTotalLength() with d property
Asserts run
Pass
assert_equals("path(\"M 0 0\")", "path(\"M 0 0\")", "the initial d")
    at createPath ( /svg/path/property/test_style_flush_on_dom_api_with_d_property.html:39:3)
Pass
assert_equals(10, 10, "the total length")
    at Test.<anonymous> ( /svg/path/property/test_style_flush_on_dom_api_with_d_property.html:46:3)
PassgetPointAtLength() with d property
Asserts run
Pass
assert_equals("path(\"M 0 0\")", "path(\"M 0 0\")", "the initial d")
    at createPath ( /svg/path/property/test_style_flush_on_dom_api_with_d_property.html:39:3)
Pass
assert_equals(10, 10, "x-axis position")
    at Test.<anonymous> ( /svg/path/property/test_style_flush_on_dom_api_with_d_property.html:56:3)
Pass
assert_equals(8, 8, "y-axis position")
    at Test.<anonymous> ( /svg/path/property/test_style_flush_on_dom_api_with_d_property.html:57:3)
PassisPointInFill() with d property
Asserts run
Pass
assert_equals("path(\"M 0 0\")", "path(\"M 0 0\")", "the initial d")
    at createPath ( /svg/path/property/test_style_flush_on_dom_api_with_d_property.html:39:3)
Pass
assert_equals(true, true)
    at Test.<anonymous> ( /svg/path/property/test_style_flush_on_dom_api_with_d_property.html:67:3)
PassisPointInStroke() with d property
Asserts run
Pass
assert_equals("path(\"M 0 0\")", "path(\"M 0 0\")", "the initial d")
    at createPath ( /svg/path/property/test_style_flush_on_dom_api_with_d_property.html:39:3)
Pass
assert_equals(true, true)
    at Test.<anonymous> ( /svg/path/property/test_style_flush_on_dom_api_with_d_property.html:77:3)