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

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

Issue 318723004: Test and css changes for dom_distiller inclusion of video. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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 | « components/dom_distiller/core/css/distilledpage.css ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/test/data/dom_distiller/video_article.html
diff --git a/components/test/data/dom_distiller/simple_article.html b/components/test/data/dom_distiller/video_article.html
similarity index 74%
copy from components/test/data/dom_distiller/simple_article.html
copy to components/test/data/dom_distiller/video_article.html
index ed6b1e2f5c476f86f672586f37bbe3ef476ee0f7..7fac7ae3fb86f758f51c8cd95609fcc3ac9b0862 100644
--- a/components/test/data/dom_distiller/simple_article.html
+++ b/components/test/data/dom_distiller/video_article.html
@@ -3,15 +3,15 @@
<body>
<div>
<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.
-<img src="/relativeimage.png">
-<img src="http://www.google.com/absoluteimage.png">
-
-<a href="/relativelink.html">Relative link should be made absolute</a>
-<a href="http://www.google.com/absolutelink.html">Absolute link should be unchanged.</a>
<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.
<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="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">
+</video>
</div>
<br>
<div>
« no previous file with comments | « components/dom_distiller/core/css/distilledpage.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698