https://github.com/mozilla/gecko-dev
Raw File
Tip revision: f5c8642f3af2f2996f5545a32c9e59d6fc439e45 authored by B2G Bumper Bot on 21 September 2015, 11:40:51 UTC
Bumping manifests a=b2g-bump
Tip revision: f5c8642
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