https://github.com/mozilla/gecko-dev
Raw File
Tip revision: c56f2c2402f6ff41fa3d3b5c019dcbd6a4be97ea authored by ffxbld on 29 January 2012, 09:49:10 UTC
Added tag FIREFOX_10_0_BUILD1 for changeset baefae4b6685. CLOSED TREE a=release
Tip revision: c56f2c2
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