Return more accurate values for SVGElement::selfHasRelativeLengths(). Some elements were returning true unconditionally, which would cause more invalidation than needed when they don't have sizing attributes using relative lengths.
Pull request: https://github.com/WebKit/WebKit/pull/17229
Causes regressions.