1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/parser/htmlparser/tests/mochitest/test_html5_tree_construction_part2.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,58 @@ 1.4 +<!DOCTYPE HTML> 1.5 +<html> 1.6 +<!-- 1.7 +https://bugzilla.mozilla.org/show_bug.cgi?id=366936 1.8 +--> 1.9 +<head> 1.10 + <meta charset=utf-8> 1.11 + <title>Test for Bug 366936</title> 1.12 + <script type="text/javascript" 1.13 + src="/tests/SimpleTest/SimpleTest.js"></script> 1.14 + <link rel="stylesheet" type="text/css" 1.15 + href="/tests/SimpleTest/test.css" /> 1.16 + <script type="application/javascript;version=1.7" 1.17 + src="parser_datreader.js"></script> 1.18 + <script type="application/javascript" 1.19 + src="html5_tree_construction_exceptions.js"></script> 1.20 + <script class="testbody" type="application/javascript;version=1.7"> 1.21 + var parserDatFiles = ["tests17.dat", 1.22 + "tests18.dat", 1.23 + "tests19.dat", 1.24 + "tests1.dat", 1.25 + "tests20.dat", 1.26 + "tests21.dat", 1.27 + "tests22.dat", 1.28 + "tests23.dat", 1.29 + "tests24.dat", 1.30 + "tests25.dat", 1.31 + "tests26.dat", 1.32 + "tests2.dat", 1.33 + "tests3.dat", 1.34 + "tests4.dat", 1.35 + "tests5.dat", 1.36 + "tests6.dat", 1.37 + "tests7.dat", 1.38 + "tests8.dat", 1.39 + "tests9.dat", 1.40 + "tests_innerHTML_1.dat", 1.41 + "tricky01.dat", 1.42 + "webkit01.dat", 1.43 + "webkit02.dat", 1.44 + "main-element.dat"]; 1.45 + </script> 1.46 + <script type="application/javascript;version=1.7" 1.47 + src="parser_web_testrunner.js"></script> 1.48 +</head> 1.49 +<body> 1.50 +<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=366936" 1.51 + target="_blank">Mozilla Bug 366936</a> 1.52 +<div id="content"> 1.53 +<iframe src="" id="testframe"></iframe> 1.54 +</div> 1.55 +See https://github.com/html5lib/html5lib-tests for original test data<br> 1.56 +<div id="display"> 1.57 + 1.58 +</div> 1.59 +</body> 1.60 +</html> 1.61 +