This is a testharness.js-based test. [FAIL] ry="-10" should be an invalid attribute value (ignored) assert_equals: SVGAnimatedLength.baseVal.value should keep the initial value expected 0 but got -10 [FAIL] ry="-10px" should be an invalid attribute value (ignored) assert_equals: SVGAnimatedLength.baseVal.value should keep the initial value expected 0 but got -10 [FAIL] ry="-10%" should be an invalid attribute value (ignored) assert_equals: SVGAnimatedLength.baseVal.value should keep the initial value expected 0 but got -80 [FAIL] ry="none" should be an invalid attribute value (ignored) assert_equals: getComputedStyle() should keep the initial value expected "auto" but got "0px" [FAIL] ry="10px 20px" should be an invalid attribute value (ignored) assert_equals: getComputedStyle() should keep the initial value expected "auto" but got "0px" [FAIL] ry="garbage" should be an invalid attribute value (ignored) assert_equals: getComputedStyle() should keep the initial value expected "auto" but got "0px" Harness: the test ran to completion.