mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
19 lines
386 B
HTML
19 lines
386 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<title>Test for bidi splitting and :first-letter</title>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
<meta http-equiv="Content-Style-Type" content="text/css">
|
|
<style type="text/css">
|
|
|
|
p:first-letter { background: aqua; }
|
|
|
|
</style>
|
|
</head>
|
|
<body>
|
|
|
|
<p>This has AB<span style="background:yellow">CDאב</span>שת</p>
|
|
|
|
</body>
|
|
</html>
|