tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

test_bug1750973.html (533B)


      1 <!DOCTYPE HTML>
      2 <html>
      3 <head>
      4  <meta charset="utf-8">
      5  <title>The layout state restoration when reframing the root element</title>
      6  <script src="/tests/SimpleTest/SimpleTest.js"></script>
      7  <link rel="stylesheet" href="/tests/SimpleTest/test.css"/>
      8  <script>
      9    SimpleTest.waitForExplicitFinish();
     10    function test() {
     11      window.open("file_bug1750973.html");
     12    }
     13  </script>
     14 </head>
     15 <body onload="setTimeout(test)">
     16 <p id="display"></p>
     17 <div id="content" style="display: none"></div>
     18 <pre id="test"></pre>
     19 </body>
     20 </html>