parser/htmlparser/tests/reftest/frame599320-1.html

Thu, 15 Jan 2015 21:03:48 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 21:03:48 +0100
branch
TOR_BUG_9701
changeset 11
deefc01c0e14
permissions
-rw-r--r--

Integrate friendly tips from Tor colleagues to make (or not) 4.5 alpha 3;
This includes removal of overloaded (but unused) methods, and addition of
a overlooked call to DataStruct::SetData(nsISupports, uint32_t, bool.)

     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