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

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

Issue 2766913003: Fixed and improved content-security-policy/media-src tests (Closed)
Patch Set: Re-edited TestExpectations after a rebase-update to try to make the patch apply properly this time 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_1.html
diff --git a/third_party/WebKit/LayoutTests/external/wpt/content-security-policy/media-src/media-src-7_1.html b/third_party/WebKit/LayoutTests/external/wpt/content-security-policy/media-src/media-src-7_1.html
index d912b86bb8b2f314f3d65e9247a9e2cd606c62fa..2cd28b475881eb90943993a24fbe6baaf4a7aad4 100644
--- a/third_party/WebKit/LayoutTests/external/wpt/content-security-policy/media-src/media-src-7_1.html
+++ b/third_party/WebKit/LayoutTests/external/wpt/content-security-policy/media-src/media-src-7_1.html
@@ -28,14 +28,14 @@
<video id="videoObject" width="320" height="240" controls
onloadeddata="media_loaded(source_test)">
<source id="videoSourceObject"
- type="video/mp4"
+ type="video/ogg"
onerror="media_error_handler(source_test)"
- src="/media/white.mp4">
+ src="/media/A4.ogv">
</video>
<video id="videoObject2" width="320" height="240" controls
onerror="media_error_handler(src_test)"
onloadeddata="media_loaded(src_test)"
- src="/media/white.mp4">
+ src="/media/A4.ogv">
<script async defer src="../support/checkReport.sub.js?reportExists=false">
</script>

Powered by Google App Engine
This is Rietveld 408576698