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

Unified Diff: third_party/WebKit/LayoutTests/external/wpt/content-security-policy/media-src/media-src-7_3.html

Issue 2766913003: Fixed and improved content-security-policy/media-src tests (Closed)
Patch Set: Created 3 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
Index: third_party/WebKit/LayoutTests/external/wpt/content-security-policy/media-src/media-src-7_3.html
diff --git a/third_party/WebKit/LayoutTests/external/wpt/content-security-policy/media-src/media-src-7_3.html b/third_party/WebKit/LayoutTests/external/wpt/content-security-policy/media-src/media-src-7_3.html
index 32187708239d9a5dc9a487dcec9931052f7d0563..95deb048b105e25b2fa60832111f8e0041f44329 100644
--- a/third_party/WebKit/LayoutTests/external/wpt/content-security-policy/media-src/media-src-7_3.html
+++ b/third_party/WebKit/LayoutTests/external/wpt/content-security-policy/media-src/media-src-7_3.html
@@ -34,8 +34,8 @@
<video id="videoObject" width="320" height="240" controls
onloadeddata="media_loaded(source_test)" crossorigin>
<source id="audioSourceObject"
- type="audio/mpeg"
- src="/media/white.mp4">
+ type="audio/ogg"
+ src="/media/A4.ogv">
<track id="trackObject"
kind="subtitles"
srclang="en"
@@ -50,4 +50,4 @@
</script>
</body>
-</html>
+</html>

Powered by Google App Engine
This is Rietveld 408576698