wpt / svg / types / scripted / SVGAnimatedAngle-initial-values.html

Status: FAIL | Duration: 50ms | Subtests: 0/2 | Open test on wpt.live | wpt.fyi

Data from commit:
96ff533 Remove hidden nodes from the acccessibility tree (#823) (2026-09-07)

SubtestStatusMessage
SVGAnimatedAngle, initial values, SVGMarkerElement.prototype.orientAngle (remove)FAILcannot convert 'null' or 'undefined' to object
SVGAnimatedAngle, initial values, SVGMarkerElement.prototype.orientAngle (invalid value)FAILcannot convert 'null' or 'undefined' to object

/svg/types/scripted/SVGAnimatedAngle-initial-values.html

<!DOCTYPE html>
<title>SVGAnimatedAngle, initial values</title>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="support/initial-value-helper.js"></script>
<script>
assert_initial_values([
  { interface: 'SVGMarkerElement', attributes: [ 'orientAngle' ],
    orientAngle: { initial: '0', valid: '90deg' } },
], { mapProperty: { orientAngle: 'orient' },
     getValue: function(value) { return value.valueAsString } });
</script>