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 <link rel="author" title="Kristijan Burnik" href="burnik@chromium.org"> |
| 9 <link rel="help" href="%(spec_specification_url)s"> |
| 10 <meta name="assert" content="%(test_description)s">%(meta_opt_in)s |
| 11 <script src="/resources/testharness.js"></script> |
| 12 <script src="/resources/testharnessreport.js"></script> |
| 13 <script src="/mixed-content/generic/common.js"></script> |
| 14 <script src="/mixed-content/generic/mixed-content-test-case.js?pipe=sub"></s
cript> |
| 15 </head> |
| 16 <body> |
| 17 <script>%(test_js)s</script> |
| 18 <div id="log"></div> |
| 19 </body> |
| 20 </html> |
OLD | NEW |