OLD | NEW |
1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
2 <html> | 2 <html> |
3 <head> | 3 <head> |
4 <script src="../../js/resources/js-test-pre.js"></script> | 4 <script src="../../js/resources/js-test-pre.js"></script> |
5 </head> | 5 </head> |
6 | 6 |
7 <body> | 7 <body> |
8 <script> | 8 <script> |
9 | 9 |
10 window.jsTestIsAsync = true; | 10 window.jsTestIsAsync = true; |
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
122 var messageArray = new Uint8Array([0x51, 0x52, 0x53]); | 122 var messageArray = new Uint8Array([0x51, 0x52, 0x53]); |
123 // FIXME(82988): This does not create an error like we want. | 123 // FIXME(82988): This does not create an error like we want. |
124 var errorObject = window.MediaKeyError; | 124 var errorObject = window.MediaKeyError; |
125 // shouldBe("typeof errorObject", TBD); | 125 // shouldBe("typeof errorObject", TBD); |
126 | 126 |
127 video = document.createElement('video'); | 127 video = document.createElement('video'); |
128 document.body.appendChild(video); | 128 document.body.appendChild(video); |
129 | 129 |
130 test() | 130 test() |
131 </script> | 131 </script> |
132 <script src="../../js/resources/js-test-post.js"></script> | |
133 | 132 |
134 </body> | 133 </body> |
135 </html> | 134 </html> |
OLD | NEW |