| Index: components/dom_distiller/content/browser/distiller_page_web_contents_browsertest.cc
|
| diff --git a/components/dom_distiller/content/browser/distiller_page_web_contents_browsertest.cc b/components/dom_distiller/content/browser/distiller_page_web_contents_browsertest.cc
|
| index 78ba075a9582573df7580114b2a1da70890f86d8..bc52b01e54cbbb75ac061e2eeb786a4123cfc0c8 100644
|
| --- a/components/dom_distiller/content/browser/distiller_page_web_contents_browsertest.cc
|
| +++ b/components/dom_distiller/content/browser/distiller_page_web_contents_browsertest.cc
|
| @@ -250,7 +250,7 @@ IN_PROC_BROWSER_TEST_F(DistillerPageWebContentsTest, HandlesRelativeVideos) {
|
|
|
| // A relative source/track should've been updated.
|
| EXPECT_THAT(distiller_result_->distilled_content().html(),
|
| - ContainsRegex("src=\"http://127.0.0.1:.*/relative_video.mp4\""));
|
| + ContainsRegex("src=\"http://127.0.0.1:.*/relative_video.webm\""));
|
| EXPECT_THAT(
|
| distiller_result_->distilled_content().html(),
|
| ContainsRegex("src=\"http://127.0.0.1:.*/relative_track_en.vtt\""));
|
|
|