| OLD | NEW |
| 1 <svg xmlns="http://www.w3.org/2000/svg"> | 1 <svg xmlns="http://www.w3.org/2000/svg"> |
| 2 <g> | 2 <g> |
| 3 <defs> | 3 <defs> |
| 4 <font> | 4 <font> |
| 5 <font-face font-family="HappySad"> | 5 <font-face font-family="HappySad"> |
| 6 </font-face> | 6 </font-face> |
| 7 </font> | 7 </font> |
| 8 </defs> | 8 </defs> |
| 9 <g font-family="HappySad" style="-webkit-writing-mode: vertical-rl; "> | 9 <g font-family="HappySad" style="-webkit-writing-mode: vertical-rl; "> |
| 10 <text> | 10 <text> |
| 11 <altGlyph>A</altGlyph> | 11 <altGlyph>A</altGlyph> |
| 12 A: This test passes if you see two As at the start of this message. | 12 A: This test passes if you see two As at the start of this message. |
| 13 </text> | 13 </text> |
| 14 </g> | 14 </g> |
| 15 </g> | 15 </g> |
| 16 <script> | 16 <script> |
| 17 if (window.testRunner) | 17 if (window.testRunner) |
| 18 testRunner.dumpAsText(); | 18 testRunner.dumpAsText(); |
| 19 | 19 |
| 20 var docElement = document.body ? document.body : document.documentElement; | 20 var docElement = document.body ? document.body : document.documentElement; |
| 21 if (docElement) docElement.offsetTop; | 21 if (docElement) docElement.offsetTop; |
| 22 </script> | 22 </script> |
| 23 </svg> | 23 </svg> |
| OLD | NEW |