mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
17 lines
265 B
HTML
17 lines
265 B
HTML
<html>
|
|
<head>
|
|
<style>
|
|
|
|
#outer { float: left; }
|
|
#outer:first-letter { float: left; color: magenta; }
|
|
|
|
</style>
|
|
</head>
|
|
|
|
<body onload="document.getElementById('inner').style.counterReset = 'chicken';">
|
|
|
|
<div id="outer"><div id="inner"></div>xy</div>
|
|
|
|
</body>
|
|
</html>
|