Wed, 31 Dec 2014 13:27:57 +0100
Ignore runtime configuration files generated during quality assurance.
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <title>Bug 670226</title>
5 <style type="text/css">
6 pre:first-letter { float:left; color: lime}
7 </style>
8 <script type="text/javascript">
9 function boom()
10 {
11 var p = document.getElementById("p");
12 p.style.fontSize="16pt";
13 }
14 </script>
15 </head>
16 <body onload="boom()">
17 <pre id="p" dir="rtl">a+b
18 c</pre>
19 </body>
20 </html>