tor-browser

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

encoding-single-chunk.html (298B)


      1 <!DOCTYPE html>
      2 <link rel=help href="https://issues.chromium.org/issues/391499612">
      3 <link rel=match href="encoding-single-chunk-ref.html">
      4 <iframe name="work" id="work" src=""></iframe>
      5 <script>
      6 window.onload = function () {
      7  document.getElementById('work').src = 'resources/test.xml'
      8 }
      9 </script>