mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
cdb351e3a9
--HG-- rename : layout/generic/punct_marks.ccmap => layout/generic/punct_marks.x-ccmap
15 lines
191 B
HTML
15 lines
191 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<style>
|
|
div { color: black; }
|
|
div::first-letter { color: green; }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div>
|
|
<span>T</span>his is text
|
|
</div>
|
|
</body>
|
|
</html>
|