Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<head>
<style type="text/css">
body:first-letter { float: right; }
</style>
<script type="text/javascript">
function boom()
{
document.body.firstChild.remove();
document.body.appendChild(document.createTextNode('x'));
}
</script>
</head>
<body onload="boom();">&#xFEB7;
</body>
</html>