| squapp | c949785 | 2016-09-30 20:00:20 | [diff] [blame] | 1 | <!doctype html> |
| 2 | <html> |
| 3 | <head> |
| 4 | <meta charset=utf-8> |
| 5 | <title>Encrypted Media Extensions: Test handling of invalid Clear Key license</title> |
| 6 | <link rel="help" href="https://w3c.github.io/encrypted-media/"> |
| 7 | |
| 8 | <!-- Web Platform Test Harness scripts --> |
| 9 | <script src=/resources/testharness.js></script> |
| 10 | <script src=/resources/testharnessreport.js></script> |
| 11 | |
| 12 | <!-- Helper scripts for Encrypted Media Extensions tests --> |
| 13 | <script src=/encrypted-media/util/utils.js></script> |
| 14 | <script src=/encrypted-media/util/utf8.js></script> |
| 15 | <script src=/encrypted-media/util/fetch.js></script> |
| 16 | |
| 17 | <!-- The script for this specific test --> |
| 18 | <script src=/encrypted-media/scripts/invalid-license.js></script> |
| 19 | |
| 20 | </head> |
| 21 | <body> |
| 22 | <div id='log'></div> |
| 23 | |
| 24 | <script> |
| 25 | var config = { |
| 26 | keysystem: 'org.w3.clearkey' |
| 27 | }; |
| 28 | runTest(config); |
| 29 | </script> |
| 30 | </body> |
| 31 | </html> |