mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
01699b9589
--HG-- extra : rebase_source : 0dcf9009a73d5f8082c09172f4ce6840be5e6c98
19 lines
320 B
HTML
19 lines
320 B
HTML
<html>
|
|
<head>
|
|
<style>
|
|
div::first-line { color: red; background-color: blue; font-size: 200%; text-transform: uppercase; }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
|
|
<div>
|
|
<span>Line number one.<br/>Line number two.<br/>Line number three.</span>
|
|
</div>
|
|
|
|
<div style="height: 50000px;">
|
|
<!-- to force a scrollbar -->
|
|
</div>
|
|
|
|
</body>
|
|
</html>
|