https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 47f075c16bc317e93f585eeff81b8ccea44cf161 authored by B2G Bumper Bot on 11 December 2015, 19:33:57 UTC
Bumping manifests a=b2g-bump
Tip revision: 47f075c
429968-1b.html
<!DOCTYPE HTML>
<html>
<head>
<style>
body { white-space:pre; color:blue; }
/* FIXME (Bug 1058203): avoid line-height:normal since it seems to have
   different meaning on ::first-letter or span */
#inner::first-letter { color:red; text-decoration:underline;
                       font-size:200%; line-height: 1.2; }
</style>
</head>
<body><div id="inner"><span>
</span>AB</div></body>
<script>
document.body.offsetTop;
document.body.style.color = "black";
</script>
</html>
back to top