| <style> | |
| div { | |
| text-indent: 1px hanging each-line; | |
| word-break: break-all; | |
| white-space: pre-line; | |
| float: left; | |
| } | |
| div::first-letter { | |
| color: red; | |
| } | |
| </style><div> | |
| </div> | |
| PASS if no crash or assert. | |
| <script> | |
| if (window.testRunner) | |
| testRunner.dumpAsText(); | |
| </script> |