Thu, 15 Jan 2015 15:55:04 +0100
Back out 97036ab72558 which inappropriately compared turds to third parties.
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <style> * { color: red } </style>
5 <style id="t"></style>
6 </head>
7 <body>
8 <span class="test">This text should be green</span>
9 <script>
10 document.getElementById("t").
11 appendChild(document.createTextNode("* { color: green }"));
12 </script>
13 </body>
14 </html>