Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(19)

Unified Diff: LayoutTests/media/encrypted-media/prefixed/encrypted-media-syntax.html

Issue 206023003: Fix relative paths in flaky EME tests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LayoutTests/media/encrypted-media/prefixed/encrypted-media-not-loaded.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « LayoutTests/media/encrypted-media/prefixed/encrypted-media-not-loaded.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698