test.debug.html.template (762B)
1 <!DOCTYPE html> 2 %(generated_disclaimer)s 3 <html> 4 <head> 5 <meta charset="utf-8"> 6 <meta name="timeout" content="long">%(meta_delivery_method)s 7 <script src="/resources/testharness.js"></script> 8 <script src="/resources/testharnessreport.js"></script> 9 <script src="/common/security-features/resources/common.sub.js"></script> 10 <!-- The original specification JSON for validating the scenario. --> 11 <script src="%(spec_json_js)s"></script> 12 <!-- Internal checking of the tests --> 13 <script src="%(sanity_checker_js)s"></script> 14 %(helper_js)s </head> 15 <body> 16 <script> 17 TestCase( 18 [ 19 %(scenarios)s 20 ], 21 new SanityChecker() 22 ).start(); 23 </script> 24 <div id="log"></div> 25 </body> 26 </html>