OLD | NEW |
(Empty) | |
| 1 <!DOCTYPE html> |
| 2 %(generated_disclaimer)s |
| 3 <html> |
| 4 <head> |
| 5 <title>Mixed-Content: %(spec_title)s</title> |
| 6 <meta charset='utf-8'> |
| 7 <meta name="description" content="%(spec_description)s"> |
| 8 <meta name="assert" content="%(test_description)s">%(meta_opt_in)s |
| 9 <script src="/resources/testharness.js"></script> |
| 10 <script src="/resources/testharnessreport.js"></script> |
| 11 <!-- Common global functions for mixed-content tests. --> |
| 12 <script src="/mixed-content/generic/common.js"></script> |
| 13 <!-- The original specification JSON for validating the scenario. --> |
| 14 <script src="/mixed-content/spec_json.js"></script> |
| 15 <!-- Internal checking of the tests --> |
| 16 <script src="/mixed-content/generic/sanity-checker.js"></script> |
| 17 <!-- Simple wrapper API for all mixed-content test cases. --> |
| 18 <script src="/mixed-content/generic/mixed-content-test-case.js?pipe=sub"></s
cript> |
| 19 </head> |
| 20 <body> |
| 21 <h1>%(spec_title)s</h1> |
| 22 <h2>%(spec_description)s</h2> |
| 23 <pre>%(test_description)s</pre> |
| 24 |
| 25 <p>See <a href="%(spec_specification_url)s" target="_blank">specification</a
> |
| 26 details for this test.</p> |
| 27 |
| 28 <div id="log"></div> |
| 29 <script>%(test_js)s</script> |
| 30 </body> |
| 31 </html> |
OLD | NEW |