Index: LayoutTests/media/encrypted-media/prefixed/encrypted-media-syntax.html |
diff --git a/LayoutTests/media/encrypted-media/prefixed/encrypted-media-syntax.html b/LayoutTests/media/encrypted-media/prefixed/encrypted-media-syntax.html |
index 17f315e154e1645253be753b919c904e4dae1675..80004c1d10ab2813c96a1c69865d734d8bdf0e4e 100644 |
--- a/LayoutTests/media/encrypted-media/prefixed/encrypted-media-syntax.html |
+++ b/LayoutTests/media/encrypted-media/prefixed/encrypted-media-syntax.html |
@@ -69,7 +69,7 @@ |
testDOMException("video.webkitCancelKeyRequest('com.example.invalid')", "DOMException.INVALID_STATE_ERR"); |
// FIXME(82952): Add "test-encrypted" file. |
- video.setAttribute("src", findMediaFile("video", "../content/test")); |
+ video.setAttribute("src", findMediaFile("video", "../../content/test")); |
consoleWrite(""); |
waitForEvent('loadstart', loadStarted); |
</script> |