| <!doctype html> | |
| <title>CSS Test: ::first-letter updates after inserting text node at start of paragraph (reference)</title> | |
| <style> | |
| p > span { text-decoration: underline; color: #CB000F; } | |
| </style> | |
| <p><span>I</span> am adding a new text. This is a test paragraph. You can insert extra text at its start; the ::first-letter styles should be updated to accommodate this new text.</p> |