| Index: third_party/WebKit/LayoutTests/media/encrypted-media/encrypted-media-onencrypted.html
|
| diff --git a/third_party/WebKit/LayoutTests/media/encrypted-media/encrypted-media-onencrypted.html b/third_party/WebKit/LayoutTests/media/encrypted-media/encrypted-media-onencrypted.html
|
| index d7f6ec5305435330e7c95ae95684b4d97721c8c2..f6fcc932473290285524be3e67237bc85d188cf6 100644
|
| --- a/third_party/WebKit/LayoutTests/media/encrypted-media/encrypted-media-onencrypted.html
|
| +++ b/third_party/WebKit/LayoutTests/media/encrypted-media/encrypted-media-onencrypted.html
|
| @@ -7,8 +7,7 @@
|
| <script src="../../resources/testharnessreport.js"></script>
|
| </head>
|
| <body>
|
| - <video id="testVideo" controls></video>
|
| - <div id="log"></div>
|
| + <video></video>
|
| <script>
|
| var expectedInitData = stringToUint8Array('0123456789012345');
|
|
|
| @@ -17,7 +16,7 @@
|
|
|
| async_test(function(test)
|
| {
|
| - var video = document.getElementById('testVideo');
|
| + var video = document.querySelector('video');
|
| var content = '../content/test-encrypted.webm';
|
|
|
| var onEncrypted = function(event)
|
|
|