mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 06:35:42 +00:00
6790bfd825
--HG-- extra : rebase_source : 0dcf9009a73d5f8082c09172f4ce6840be5e6c98
19 lines
307 B
HTML
19 lines
307 B
HTML
<html>
|
|
<head>
|
|
<style>
|
|
div::first-line { color: red; background-color: blue; font-size: 200%; text-transform: uppercase; }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
|
|
<div>
|
|
Line number one.<br/>Line number two.<br/>Line number three.
|
|
</div>
|
|
|
|
<div style="height: 50000px;">
|
|
<!-- to force a scrollbar -->
|
|
</div>
|
|
|
|
</body>
|
|
</html>
|