Inconsistent two 'textLength' attributes
Scalable Vector
test(() => {
const tspan = document.querySelector('tspan');
assert_less_than(tspan.getStartPositionOfChar(0).x,
tspan.getStartPositionOfChar(1).x);
}, 'The first characters should be on the left of the second character.');