https://github.com/mozilla/gecko-dev
Raw File
Tip revision: cf369d4e95a1230f82a8192d98fb6fa1c8054b57 authored by ffxbld on 28 March 2015, 10:32:56 UTC
No bug, Automated HSTS preload list update from host bld-linux64-spot-1001 - a=hsts-update
Tip revision: cf369d4
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