blob: d4840eb93210cb13c36fe32a6446cd3a9cc1329c (
plain)
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>
|