Wed, 31 Dec 2014 13:27:57 +0100
Ignore runtime configuration files generated during quality assurance.
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <style type="text/css">
6 body { width: 500px; -moz-column-count: 2; }
7 body:first-letter { float: right; }
8 #s { padding: 0pt 200px; }
10 </style>
11 <script type="text/javascript">
13 function boom()
14 {
15 document.getElementById("s").appendChild(document.createElement("span"));
16 }
18 </script>
19 </head>
21 <body onload="boom();">x <span id="s"></span></body>
23 </html>