tor-browser

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

xmldecl-2.html (3277B)


      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/kilobyte-plus-one-after.htm"></iframe>
     19 <iframe src="support/kilobyte-plus-one-before.htm"></iframe>
     20 <iframe src="support/kilobyte-plus-one-after-trail.htm"></iframe>
     21 <iframe src="support/kilobyte-plus-one-before-trail.htm"></iframe>
     22 </div>
     23 <div class="windows-1252">
     24 <iframe src="support/encodingencoding.htm"></iframe>
     25 <iframe src="support/encoding-equals-encoding.htm"></iframe>
     26 <iframe src="support/ENCODING.htm"></iframe>
     27 <iframe src="support/gt-between-xml-and-encoding.htm"></iframe>
     28 <iframe src="support/no-quotes.htm"></iframe>
     29 <iframe src="support/no-quotes-space.htm"></iframe>
     30 <iframe src="support/one-around-label.htm"></iframe>
     31 <iframe src="support/space-around-label.htm"></iframe>
     32 <iframe src="support/space-before.htm"></iframe>
     33 <iframe src="support/unmatched-quotes.htm"></iframe>
     34 <iframe src="support/XML.htm"></iframe>
     35 <iframe src="support/zero-around-label.htm"></iframe>
     36 <iframe src="support/encodingencoding-trail.htm"></iframe>
     37 <iframe src="support/encoding-equals-encoding-trail.htm"></iframe>
     38 <iframe src="support/ENCODING-trail.htm"></iframe>
     39 <iframe src="support/gt-between-xml-and-encoding-trail.htm"></iframe>
     40 <iframe src="support/no-quotes-trail.htm"></iframe>
     41 <iframe src="support/no-quotes-space-trail.htm"></iframe>
     42 <iframe src="support/one-around-label-trail.htm"></iframe>
     43 <iframe src="support/space-around-label-trail.htm"></iframe>
     44 <iframe src="support/space-before-trail.htm"></iframe>
     45 <iframe src="support/unmatched-quotes-trail.htm"></iframe>
     46 <iframe src="support/XML-trail.htm"></iframe>
     47 <iframe src="support/zero-around-label-trail.htm"></iframe>
     48 </div>
     49 <div class="windows-1253">
     50 <iframe src="support/xml-and-meta.htm"></iframe>
     51 <iframe src="support/incomplete-utf-16le-and-meta.htm"></iframe>
     52 <iframe src="support/incomplete-utf-16be-and-meta.htm"></iframe>
     53 <iframe src="support/xml-and-meta-trail.htm"></iframe>
     54 <iframe src="support/incomplete-utf-16le-and-meta-trail.htm"></iframe>
     55 <iframe src="support/incomplete-utf-16be-and-meta-trail.htm"></iframe>
     56 </div>
     57 <div class="UTF-16LE">
     58 <iframe src="support/utf-16le-and-meta.htm"></iframe>
     59 <iframe src="support/utf-16le-and-meta-trail.htm"></iframe>
     60 </div>
     61 <div class="UTF-16BE">
     62 <iframe src="support/utf-16be-and-meta.htm"></iframe>
     63 <iframe src="support/utf-16be-and-meta-trail.htm"></iframe>
     64 </div>
     65 <div class="UTF-8">
     66 <iframe src="support/utf-16le-vs-http.html"></iframe>
     67 <iframe src="support/utf-16be-vs-http.html"></iframe>
     68 <iframe src="support/xml-vs-http.html"></iframe>
     69 <iframe src="support/utf-16le-vs-http-trail.html"></iframe>
     70 <iframe src="support/utf-16be-vs-http-trail.html"></iframe>
     71 <iframe src="support/xml-vs-http-trail.html"></iframe>
     72 <iframe src="support/ascii-decl-for-utf-16.htm"></iframe>
     73 </div>
     74 <div class="replacement">
     75 <iframe src="support/replacement.htm"></iframe>
     76 <iframe src="support/replacement-trail.htm"></iframe>
     77 </div>
     78 </section>