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