<!DOCTYPE html>
<p>PASS if no error is reported.</p>
<svg>
<text lengthAdjust="spacingAndGlyphs"></text>
</svg>
<script>
if (window.testRunner)
testRunner.dumpAsText();
document.querySelector('text').removeAttribute('lengthAdjust');
</script>
<!DOCTYPE html>
<p>PASS if no error is reported.</p>
<svg>
<text lengthAdjust="spacingAndGlyphs"></text>
</svg>
<script>
if (window.testRunner)
testRunner.dumpAsText();
document.querySelector('text').removeAttribute('lengthAdjust');
</script>