Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!DOCTYPE html> | |
| 2 <p>PASS if no error is reported.</p> | |
| 3 <svg> | |
| 4 <text lengthAdjust="spacingAndGlyphs"></text> | |
| 5 </svg> | |
| 6 <script> | |
| 7 if (window.testRunner) | |
| 8 testRunner.dumpAsText(); | |
| 9 document.querySelector('text').removeAttribute('lengthAdjust'); | |
| 10 </script> | |
| OLD | NEW |