Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!DOCTYPE html> | |
| 2 <html> | |
| 3 <script> | |
| 4 if (window.testRunner) { | |
| 5 testRunner.dumpAsText(); | |
| 6 testRunner.waitUntilDone(); | |
| 7 } | |
| 8 window.onload = function() { | |
| 9 if (window.testRunner) | |
| 10 testRunner.notifyDone(); | |
| 11 } | |
| 12 </script> | |
| 13 <!-- Passes if it does not crash. --> | |
| 14 <p>PASS</p> | |
| 15 <svg xmlns="http://www.w3.org/2000/svg"> | |
| 16 <font> | |
| 17 <font-face font-family="HappySad"></font-face> | |
| 18 </font> | |
| 19 <g style="-webkit-writing-mode: vertical-rl; " font-family="HappySad"><text><a ltGlyph>񫵳</altGlyph></text></g> | |
| 20 </svg> | |
| OLD | NEW |