Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 <!DOCTYPE html> | |
| 2 <style> | 1 <style> |
| 3 * { | 2 * { writing-mode: vertical-lr; letter-spacing: 1;} |
| 4 white-space: pre; | |
| 5 -webkit-writing-mode: vertical-lr; | |
| 6 } | |
| 7 </style> | 3 </style> |
| 8 | 4 |
| 9 <body> | 5 <body> |
| 10 » PASS: did not crash | 6 ﲷ |
| 7 PASS: did not crash. | |
| 11 <script> | 8 <script> |
| 12 if (window.testRunner) | 9 if (window.testRunner) |
| 13 testRunner.dumpAsText(); | 10 testRunner.dumpAsText(); |
| 14 </script> | 11 </script> |
| 15 </body> | 12 </body> |
| 13 | |
| OLD | NEW |