hyphens-auto-and-contenteditable-crash.html (347B)
1 <!doctype html> 2 <title>CSS Text Test: Hyphenation in a contenteditable with a x20+x9+x20 trailing space sequence, makes chrome to crash</title> 3 <link rel="help" href="https://crbug.com/1133254"> 4 <style> 5 span { 6 display: table-row; 7 hyphens: auto; 8 } 9 </style> 10 <div contenteditable=plaintext-only> 11 <span>XXX </span> 12 </div>