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

Unified Diff: LayoutTests/media/encrypted-media/prefixed/encrypted-media-not-loaded.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 | « no previous file | LayoutTests/media/encrypted-media/prefixed/encrypted-media-syntax.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/media/encrypted-media/prefixed/encrypted-media-not-loaded.html
diff --git a/LayoutTests/media/encrypted-media/prefixed/encrypted-media-not-loaded.html b/LayoutTests/media/encrypted-media/prefixed/encrypted-media-not-loaded.html
index 6b99cae7c3ebca0ee748b358faf8aca045d2766c..71f0123b0aca6a13cd9efdd425cf5efe9ab715e8 100644
--- a/LayoutTests/media/encrypted-media/prefixed/encrypted-media-not-loaded.html
+++ b/LayoutTests/media/encrypted-media/prefixed/encrypted-media-not-loaded.html
@@ -34,7 +34,7 @@
testDOMException("video.webkitCancelKeyRequest('webkit-org.w3.clearkey')", "DOMException.INVALID_STATE_ERR");
run("video.canPlayType('audio/wav', 'webkit-org.w3.clearkey')");
- video.setAttribute("src", findMediaFile("video", "../content/test"));
+ video.setAttribute("src", findMediaFile("video", "../../content/test"));
consoleWrite("<br>'src' has been set, but loading has not yet started. Verify that all methods except canPlayType() throw INVALID_STATE_ERR.");
« no previous file with comments | « no previous file | LayoutTests/media/encrypted-media/prefixed/encrypted-media-syntax.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698