Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 <svg xmlns="http://www.w3.org/2000/svg" width="200" height="100"> | 1 <svg xmlns="http://www.w3.org/2000/svg" width="200" height="100"> |
| 2 » <script src="../../resources/ahem.js"></script> | 2 <text x="8" y="3" dy="1em" tabindex="2" style="font-size: 24px">ABC</text> |
| 3 » <text x="8" y="3" dy="1em" tabindex="2" style="font: 24px ahem">ABC</tex t> | 3 <script> |
| 4 » <script> | 4 document.querySelector("text").focus(); |
| 5 » document.querySelector("text").focus(); | 5 </script> |
| 6 » </script> | |
| 7 </svg> | 6 </svg> |
| OLD | NEW |