tor-browser

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

html5lib_scripted_adoption01.html (1551B)


      1 <!DOCTYPE html>
      2 <html>
      3  <head>
      4    <meta charset="utf8">
      5    <title>HTML 5 Parser tests html5lib_scripted_adoption01.html</title>
      6    <meta name="timeout" content="long">
      7    <meta name="variant" content="?run_type=uri">
      8    <meta name="variant" content="?run_type=write">
      9    <meta name="variant" content="?run_type=write_single">
     10  </head>
     11  <body>
     12    <h1>html5lib Parser Test</h1>
     13    <div id="log"></div>
     14    <script src="common.js"></script>
     15    <script src="test.js"></script>
     16    <script src="template.js"></script>
     17    <script src="/resources/testharness.js"></script>
     18    <script src="/resources/testharnessreport.js"></script>
     19    <script>
     20      var num_iframes = 8;
     21      var order = ['8970fe21b551a270aa74648bb2e8b905edb54522',];
     22      var tests = {
     23          "8970fe21b551a270aa74648bb2e8b905edb54522":[async_test('html5lib_scripted_adoption01.html 8970fe21b551a270aa74648bb2e8b905edb54522'), "%3Cp%3E%3Cb%20id%3D%22A%22%3E%3Cscript%3Edocument.getElementById%28%22A%22%29.id%20%3D%20%22B%22%3C/script%3E%3C/p%3ETEXT%3C/b%3E", "%23document%0A%7C%20%3Chtml%3E%0A%7C%20%20%20%3Chead%3E%0A%7C%20%20%20%3Cbody%3E%0A%7C%20%20%20%20%20%3Cp%3E%0A%7C%20%20%20%20%20%20%20%3Cb%3E%0A%7C%20%20%20%20%20%20%20%20%20id%3D%22B%22%0A%7C%20%20%20%20%20%20%20%20%20%3Cscript%3E%0A%7C%20%20%20%20%20%20%20%20%20%20%20%22document.getElementById%28%22A%22%29.id%20%3D%20%22B%22%22%0A%7C%20%20%20%20%20%3Cb%3E%0A%7C%20%20%20%20%20%20%20id%3D%22A%22%0A%7C%20%20%20%20%20%20%20%22TEXT%22"],
     24      }
     25      init_tests(get_type());
     26    </script>
     27  </body>
     28 </html>