https://github.com/mozilla/gecko-dev
Raw File
Tip revision: fefae0f1edebb7868d80e44ed6650df748f6a972 authored by Ryan VanderMeulen on 07 June 2014, 19:21:59 UTC
Merge b2g26 to v1.2f. a=merge
Tip revision: fefae0f
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