content/base/crashtests/529670.html

Thu, 15 Jan 2015 15:55:04 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 15:55:04 +0100
branch
TOR_BUG_9701
changeset 9
a63d609f5ebe
permissions
-rw-r--r--

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>

mercurial