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