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

Unified Diff: components/test/data/dom_distiller/video_article.html

Issue 1577433004: Flip proprietary codecs to false for Android chromium builds. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Undo comment change. Created 4 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: components/test/data/dom_distiller/video_article.html
diff --git a/components/test/data/dom_distiller/video_article.html b/components/test/data/dom_distiller/video_article.html
index 7fac7ae3fb86f758f51c8cd95609fcc3ac9b0862..1ca2ce9d0fbd5069b0b9867629074ffe01552ec0 100644
--- a/components/test/data/dom_distiller/video_article.html
+++ b/components/test/data/dom_distiller/video_article.html
@@ -7,7 +7,7 @@
<p>Lorem ipsum dolor sit amet, at alia aliquip vel. Quas inani labore an vel. Sed an nemore minimum accusata. Sint inermis tacimates est ex, ad movet iracundia mei, delicata iracundia laboramus ei eos. Illud principes complectitur te nec, ius alienum insolens ea, cu quo oratio omnesque.
<video width="500" height="400" controls>
- <source src="relative_video.mp4" type="video/mp4">
+ <source src="relative_video.webm" type="video/webm">
<source src="http://www.google.com/absolute_video.ogg" type="video/ogg">
<track src="relative_track_en.vtt" kind="chapters" srclang="en" label="English">
<track src="http://www.google.com/absolute_track_fr.vtt" kind="chapters" srclang="fr" label="French">

Powered by Google App Engine
This is Rietveld 408576698