| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <script> | |
| if (window.testRunner) { | |
| testRunner.dumpAsText(); | |
| } | |
| </script> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <style> | |
| body { | |
| font-family: Arial, sans-serif; | |
| width: 500px; | |
| border: 2px solid red; | |
| } | |
| #text { | |
| text-wrap: pretty; | |
| } | |
| </style> | |
| </head> | |
| <body> | |
| <div id="text"> | |
| A AAA A <br> AAA AAAAAAAAA AAAAAAA | |
| <br> This test passes if it doesn't crash. | |
| </div> | |
| </body> | |
| </html> |