/parser/htmlparser/tests/mochitest/test_html5_tree_construction_part2.html

http://github.com/zpao/v8monkey · HTML · 58 lines · 52 code · 3 blank · 3 comment · 0 complexity · 535fe0311e620acecb46e0bcc1dac330 MD5 · raw file

  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;version=1.7"
  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;version=1.7">
  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. </script>
  42. <script type="application/javascript;version=1.7"
  43. src="parser_web_testrunner.js"></script>
  44. </head>
  45. <body>
  46. <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=366936"
  47. target="_blank">Mozilla Bug 366936</a>
  48. <div id="content">
  49. <iframe src="" id="testframe"></iframe>
  50. </div>
  51. See html5lib.googlecode.com for original test data<br>
  52. <div id="display">
  53. </div>
  54. </body>
  55. </html>