tor-browser

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

test_html5_tree_construction_part2.html (2034B)


      1 <!DOCTYPE HTML>
      2 <html>
      3 <!--
      4 https://bugzilla.mozilla.org/show_bug.cgi?id=366936
      5 -->
      6 <head>
      7  <meta charset=utf-8>
      8  <title>Test for Bug 366936</title>
      9  <script type="text/javascript" 
     10   src="/tests/SimpleTest/SimpleTest.js"></script>
     11  <link rel="stylesheet" type="text/css" 
     12        href="/tests/SimpleTest/test.css" /> 
     13  <script type="application/javascript"
     14          src="parser_datreader.js"></script>
     15  <script type="application/javascript"
     16          src="html5_tree_construction_exceptions.js"></script>
     17  <script class="testbody" type="application/javascript">
     18   var parserDatFiles = ["tests17.dat",
     19                         "tests18.dat",
     20                         "tests19.dat",
     21                         "tests1.dat",
     22                         "tests20.dat",
     23                         "tests21.dat",
     24                         "tests22.dat",
     25                         "tests23.dat",
     26                         "tests24.dat",
     27                         "tests25.dat",
     28                         "tests26.dat",
     29                         "tests2.dat",
     30                         "tests3.dat",
     31                         "tests4.dat",
     32                         "tests5.dat",
     33                         "tests6.dat",
     34                         "tests7.dat",
     35                         "tests8.dat",
     36                         "tests9.dat",
     37                         "tests_innerHTML_1.dat",
     38                         "tricky01.dat",
     39                         "webkit01.dat",
     40                         "webkit02.dat",
     41                         "main-element.dat",
     42                         "foreign-fragment.dat",
     43                         "ruby.dat"];
     44  </script>
     45  <script type="application/javascript"
     46          src="parser_web_testrunner.js"></script>
     47 </head>
     48 <body>
     49 <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=366936"
     50   target="_blank">Mozilla Bug 366936</a>
     51 <div id="content">
     52 <iframe src="" id="testframe"></iframe>
     53 </div>
     54 See https://github.com/html5lib/html5lib-tests for original test data<br>
     55 <div id="display">
     56 
     57 </div>
     58 </body>
     59 </html>