parser/htmlparser/tests/reftest/frame599320-1.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 lang="en">
     3 <head>
     4 <!-- More than 1 KB of space -->
  1075 <meta charset=utf-8>
  1076 <meta content="width=device-width, initial-scale=1" name="viewport">
  1077 <title>Non-UTF-16 doc</title>
  1078 </head>
  1079 <body>
  1080 <h1>Non-UTF-16 doc</h1>
  1082 <p>Euro sign: €</p>
  1083 <script>
  1084 window.onload = function() {
  1085   window.mozRequestAnimationFrame(function() {
  1086     parent.document.documentElement.removeAttribute("class");
  1087   });
  1089 </script>
  1090 </body>
  1091 </html>

mercurial