mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
17 lines
208 B
HTML
17 lines
208 B
HTML
<html>
|
|
<head>
|
|
<style>
|
|
span#dd:before {
|
|
display: inline;
|
|
white-space: pre;
|
|
content: "bef-\Aore";
|
|
color: gray;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<span id="dd">new<div id="div">div</div></span>
|
|
</body>
|
|
</html>
|