https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 7bd675fcf5cb3ddde0c9627cad7e24f15f8c8a3c authored by tbirdbld on 11 May 2012, 16:41:42 UTC
Added THUNDERBIRD_13_0b2_RELEASE THUNDERBIRD_13_0b2_BUILD1 tag(s) for changeset f40f8e40bae8. DONTBUILD CLOSED TREE a=release
Tip revision: 7bd675f
287088-1.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>
back to top