Wed, 31 Dec 2014 07:16:47 +0100
Revert simplistic fix pending revisit of Mozilla integration attempt.
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <!--
5 please do NOT add a newline at the end of this file. The buggy behaviour
6 that it exhibits depends on the ">" of "</script>" being the last character
7 in the file.
8 -->
9 <meta charset="hz-gb-2312">
10 <style type="text/css">
11 p#p { color: red; }
12 </style>
13 <title>Bug 801681</title>
14 </head>
15 <body>
16 <p id="p">~ This line should be green</p>
17 <script>document.getElementById("p").style.color="green";</script>