Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <html> | |
|
Stephen Chennney
2014/03/06 16:28:49
Recently we try to always put DOCTYPE at the top.
fs
2014/03/06 17:05:19
Done.
| |
| 2 <script> | |
| 3 if (window.testRunner) { | |
| 4 testRunner.dumpAsText(); | |
| 5 testRunner.waitUntilDone(); | |
| 6 } | |
| 7 window.onload = function() { | |
| 8 if (window.testRunner) | |
| 9 testRunner.notifyDone(); | |
| 10 } | |
| 11 </script> | |
| 12 <p>PASS</p> | |
| 13 <svg xmlns="http://www.w3.org/2000/svg"> | |
| 14 <font> | |
| 15 <font-face font-family="HappySad"></font-face> | |
| 16 </font> | |
| 17 <g style="-webkit-writing-mode: vertical-rl; " font-family="HappySad"><text><a ltGlyph>񫵳 | |
|
Stephen Chennney
2014/03/06 16:28:49
Does it still crash without the patch if you close
fs
2014/03/06 17:05:19
It does. Adjusted to be more well-formed.
| |
| OLD | NEW |