Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <style> | |
| 2 p::first-letter { | |
| 3 background: red; | |
| 4 } | |
| 5 </style> | |
| 6 This test makes sure that the ::first-letter pseudoclass works with first | |
| 7 letters that require surrogates when written in UTF-16. | |
| 8 <p>𝌆Lorem ipsum (1)</p> | |
| OLD | NEW |