Thu, 15 Jan 2015 15:55:04 +0100
Back out 97036ab72558 which inappropriately compared turds to third parties.
1 <html>
2 <head>
3 <script type="text/javascript">
4 window.addEventListener('load', function() {
5 document.getElementsByTagName('tr')[1].insertBefore(document.createElement('link'), document.getElementsByTagName('tr')[1].firstChild);
6 }, false);
7 </script>
8 </head>
9 <body>
10 <table>
11 <tr><td>foo</td></tr>
12 <tr><td>foo</td></tr>
13 </table>
14 </body>
15 </html>