1 2 3 4 5 6 7 8 9 10
<!DOCTYPE HTML> <title>Testcase, bug 1055865</title> <style> p { border: thin solid blue; color: transparent; font: 50px/50px serif; } p::first-letter { background: transparent; color: transparent } </style> <p> text</p>