| Index: javatests/org/chromium/distiller/webdocument/WebVideoTest.java
|
| diff --git a/javatests/org/chromium/distiller/webdocument/WebVideoTest.java b/javatests/org/chromium/distiller/webdocument/WebVideoTest.java
|
| index 40d936c40dd53407abc1ab85e8a5419eceff49a9..e8d0907ef9884ed0f2556e5ea308867746603750 100644
|
| --- a/javatests/org/chromium/distiller/webdocument/WebVideoTest.java
|
| +++ b/javatests/org/chromium/distiller/webdocument/WebVideoTest.java
|
| @@ -27,7 +27,7 @@ public class WebVideoTest extends DomDistillerJsTestCase {
|
|
|
| String want = "<video>" +
|
| "<source src=\"http://example.com/foo.ogg\">" +
|
| - "<track src=\"http://example.com/foo.vtt\"></track>" +
|
| + "<track src=\"http://example.com/foo.vtt\">" +
|
| "</video>";
|
| WebVideo webVideo = new WebVideo(video, 400, 300);
|
|
|
| @@ -53,7 +53,7 @@ public class WebVideoTest extends DomDistillerJsTestCase {
|
|
|
| String want = "<video>" +
|
| "<source src=\"http://example.com/foo.ogg\">" +
|
| - "<track src=\"http://example.com/foo.vtt\"></track>" +
|
| + "<track src=\"http://example.com/foo.vtt\">" +
|
| "</video>";
|
| WebVideo webVideo = new WebVideo(video, 400, 300);
|
|
|
|
|