Wed, 31 Dec 2014 13:27:57 +0100
Ignore runtime configuration files generated during quality assurance.
1 <!DOCTYPE html>
2 <html>
3 <head>
5 <style type="text/css">
7 body:first-letter { float: right; }
9 </style>
11 <script type="text/javascript">
13 function boom()
14 {
15 var t = document.body.firstChild;
16 var se = document.getElementById("se");
17 se.appendChild(t); // !!!
18 document.body.appendChild(se);
19 se.appendChild(document.createTextNode(" "));
20 }
22 </script>
23 </head>
25 <body onload="boom();">ﺷ
26 <div id="se" style="display: none;"></div></body>
27 </html>