Pass | getTotalLength() with d property | Asserts runPass | 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) |
|
Pass | getPointAtLength() with d property | Asserts runPass | 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) |
|
Pass | isPointInFill() with d property | Asserts runPass | 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) |
|
Pass | isPointInStroke() with d property | Asserts runPass | 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) |
|