| OLD | NEW |
| (Empty) |
| 1 <!doctype html> | |
| 2 <title>HTML5 reflection tests: miscellaneous elements</title> | |
| 3 <meta name=timeout content=long> | |
| 4 <p>Implementers looking to fix bugs might want to use the <a | |
| 5 href=reflection-original.html>original version</a> of this suite's test | |
| 6 framework, which conveniently aggregates similar errors and only reports | |
| 7 failures. This file is (part of) the authoritative conformance test suite, and | |
| 8 is suitable for incorporation into automated test suites. | |
| 9 | |
| 10 <div id=log></div> | |
| 11 | |
| 12 <script src="/resources/testharness.js"></script> | |
| 13 <script src=/resources/testharnessreport.js></script> | |
| 14 <script src=original-harness.js></script> | |
| 15 <script src=new-harness.js></script> | |
| 16 <script src=elements-misc.js></script> | |
| 17 <script src=reflection.js></script> | |
| OLD | NEW |