Wed, 31 Dec 2014 07:16:47 +0100
Revert simplistic fix pending revisit of Mozilla integration attempt.
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2 <html>
3 <head>
4 <meta http-equiv="content-type" content="text/html; charset=UTF-8">
5 <title>Testcase for bug 423676</title>
6 <style>
7 #a,#d {font-weight: bold;}
8 </style>
9 </head>
10 <body>
11 <pre><span id="a">A</span>
12 B
13 C
14 </pre>
15 <pre><span id="d">D</span>
17 E
18 </pre>
19 </body>
20 </html>