Pass | scrollIntoView on an SVG shape element, geometry | Asserts runPass | assert_not_equals(0, 8, "x before scroll")
at Test.<anonymous> ( /css/cssom-view/scrollIntoView-svg-shape.html:26:5) | Pass | assert_not_equals(0, 1958, "y before scroll")
at Test.<anonymous> ( /css/cssom-view/scrollIntoView-svg-shape.html:27:5) | Pass | assert_approx_equals(8, 8, 1, "x after scroll")
at Test.<anonymous> ( /css/cssom-view/scrollIntoView-svg-shape.html:29:5) | Pass | assert_approx_equals(1958, 1958, 1, "y after scroll")
at Test.<anonymous> ( /css/cssom-view/scrollIntoView-svg-shape.html:30:5) |
|
Pass | scrollIntoView on an SVG shape element, translated | Asserts runPass | assert_not_equals(0, 8, "x before scroll")
at Test.<anonymous> ( /css/cssom-view/scrollIntoView-svg-shape.html:26:5) | Pass | assert_not_equals(0, 2958, "y before scroll")
at Test.<anonymous> ( /css/cssom-view/scrollIntoView-svg-shape.html:27:5) | Pass | assert_approx_equals(8, 8, 1, "x after scroll")
at Test.<anonymous> ( /css/cssom-view/scrollIntoView-svg-shape.html:29:5) | Pass | assert_approx_equals(2958, 2958, 1, "y after scroll")
at Test.<anonymous> ( /css/cssom-view/scrollIntoView-svg-shape.html:30:5) |
|
Pass | scrollIntoView on an SVG shape element, rotated | Asserts runPass | assert_not_equals(0, 2745.005859375, "x before scroll")
at Test.<anonymous> ( /css/cssom-view/scrollIntoView-svg-shape.html:26:5) | Pass | assert_not_equals(0, 1129.5728759765625, "y before scroll")
at Test.<anonymous> ( /css/cssom-view/scrollIntoView-svg-shape.html:27:5) | Pass | assert_approx_equals(2745, 2745.005859375, 1, "x after scroll")
at Test.<anonymous> ( /css/cssom-view/scrollIntoView-svg-shape.html:29:5) | Pass | assert_approx_equals(1129, 1129.5728759765625, 1, "y after scroll")
at Test.<anonymous> ( /css/cssom-view/scrollIntoView-svg-shape.html:30:5) |
|