Thu, 15 Jan 2015 15:55:04 +0100
Back out 97036ab72558 which inappropriately compared turds to third parties.
1 <!DOCTYPE HTML>
2 <html><head>
3 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
4 <title>Testcase for bug 529670</title>
5 <script>
6 function boom() {
7 document.createRange().getClientRects()
8 document.createRange().getBoundingClientRect()
10 var range = document.createRange();
11 range.detach();
12 range.getClientRects()
13 range.getBoundingClientRect()
14 }
15 </script>
16 </head>
17 <body onload="boom()"></body>
18 </html>