tor-browser

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

xmldecl-1.html (3347B)


      1 <!doctype html>
      2 <meta charset="windows-1252">
      3 <title>Bogo-XML declaration</title>
      4 <script src=/resources/testharness.js></script>
      5 <script src=/resources/testharnessreport.js></script>
      6 <script src=support/test_support.js></script>
      7 
      8 <script>
      9 setup({explicit_done:true});
     10 window.onload = function() {
     11  runAllTests();
     12  done();
     13 };
     14 </script>
     15 
     16 <section style="display: none;">
     17 <div class="windows-1251">
     18 <iframe src="support/baseline.htm"></iframe>
     19 <iframe src="support/cp1251.htm"></iframe>
     20 <iframe src="support/kilobyte-after.htm"></iframe>
     21 <iframe src="support/kilobyte-before.htm"></iframe>
     22 <iframe src="support/letter-between-xml-and-encoding.htm"></iframe>
     23 <iframe src="support/lt-between-xml-and-encoding.htm"></iframe>
     24 <iframe src="support/meta-inside-xml-charset-before-encoding.htm"></iframe>
     25 <iframe src="support/meta-inside-xml-encoding-before-charset.htm"></iframe>
     26 <iframe src="support/no-version.htm"></iframe>
     27 <iframe src="support/no-version-or-space.htm"></iframe>
     28 <iframe src="support/no-version-or-space-or-trailing-question.htm"></iframe>
     29 <iframe src="support/no-version-or-space-or-trailing-question-trailing-body.htm"></iframe>
     30 <iframe src="support/no-version-or-space-or-trailing-question-trailing-body-single-quotes.htm"></iframe>
     31 <iframe src="support/no-version-or-space-or-trailing-question-trailing-body-single-quotes-spaces-and-line-breaks-around-equals.htm"></iframe>
     32 <iframe src="support/no-version-or-space-or-trailing-question-trailing-body-single-quotes-spaces-around-equals.htm"></iframe>
     33 <iframe src="support/no-version-or-space-or-trailing-question-trailing-lt.htm"></iframe>
     34 <iframe src="support/one-around-equals.htm"></iframe>
     35 <iframe src="support/VERSION.htm"></iframe>
     36 <iframe src="support/WINDOWS.htm"></iframe>
     37 <iframe src="support/zero-around-equals.htm"></iframe>
     38 <iframe src="support/baseline-trail.htm"></iframe>
     39 <iframe src="support/cp1251-trail.htm"></iframe>
     40 <iframe src="support/kilobyte-after-trail.htm"></iframe>
     41 <iframe src="support/kilobyte-before-trail.htm"></iframe>
     42 <iframe src="support/letter-between-xml-and-encoding-trail.htm"></iframe>
     43 <iframe src="support/lt-between-xml-and-encoding-trail.htm"></iframe>
     44 <iframe src="support/meta-inside-xml-charset-before-encoding-trail.htm"></iframe>
     45 <iframe src="support/meta-inside-xml-encoding-before-charset-trail.htm"></iframe>
     46 <iframe src="support/no-version-trail.htm"></iframe>
     47 <iframe src="support/no-version-or-space-trail.htm"></iframe>
     48 <iframe src="support/no-version-or-space-or-trailing-question-trail.htm"></iframe>
     49 <iframe src="support/no-version-or-space-or-trailing-question-trailing-body-trail.htm"></iframe>
     50 <iframe src="support/no-version-or-space-or-trailing-question-trailing-body-single-quotes-trail.htm"></iframe>
     51 <iframe src="support/no-version-or-space-or-trailing-question-trailing-body-single-quotes-spaces-and-line-breaks-around-equals-trail.htm"></iframe>
     52 <iframe src="support/no-version-or-space-or-trailing-question-trailing-body-single-quotes-spaces-around-equals-trail.htm"></iframe>
     53 <iframe src="support/no-version-or-space-or-trailing-question-trailing-lt-trail.htm"></iframe>
     54 <iframe src="support/one-around-equals-trail.htm"></iframe>
     55 <iframe src="support/VERSION-trail.htm"></iframe>
     56 <iframe src="support/WINDOWS-trail.htm"></iframe>
     57 <iframe src="support/zero-around-equals-trail.htm"></iframe>
     58 </div>
     59 </section>