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

Wed, 31 Dec 2014 06:09:35 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:09:35 +0100
changeset 0
6474c204b198
permissions
-rw-r--r--

Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.

     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