https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 11a51ad82ffe8366def988240882be09d6af9f6f authored by ffxbld on 06 December 2013, 01:33:31 UTC
Added FIREFOX_24_2_0esr_RELEASE FIREFOX_24_2_0esr_BUILD2 tag(s) for changeset e408ebe9e449. DONTBUILD CLOSED TREE a=release
Tip revision: 11a51ad
429968-2c.html
<!DOCTYPE HTML>
<html>
<head>
<style>
body { white-space:pre; color:black; }
#inner::first-letter { color:lime; }
</style>
</head>
<body><div id="inner"><span id="s">
</span>AB</div></body>
<script>
document.body.offsetTop;
document.getElementById("s").style.whiteSpace = "normal";
</script>
</html>
back to top