Chromium Code Reviews| Index: third_party/WebKit/Source/core/html/shadow/MediaControlsTest.cpp |
| diff --git a/third_party/WebKit/Source/core/html/shadow/MediaControlsTest.cpp b/third_party/WebKit/Source/core/html/shadow/MediaControlsTest.cpp |
| index 19caa77d06e23f5d97f51275f8c21f9d241465f0..12daa4291017cc145ca83bb58e8545b86682aaf6 100644 |
| --- a/third_party/WebKit/Source/core/html/shadow/MediaControlsTest.cpp |
| +++ b/third_party/WebKit/Source/core/html/shadow/MediaControlsTest.cpp |
| @@ -400,7 +400,7 @@ TEST_F(MediaControlsTest, DownloadButtonDisplayedHiddenAndDisplayed) { |
| // Hide button. |
| mediaControls().mediaElement().setSrc(""); |
| testing::runPendingTasks(); |
| - EXPECT_TRUE(isElementVisible(*downloadButton)); |
| + EXPECT_FALSE(isElementVisible(*downloadButton)); |
| histogramTester().expectBucketCount("Media.Controls.Download", |
| DownloadActionMetrics::Shown, 1); |
|
whywhat
2017/03/07 12:50:56
Strange you don't need to update that. Shouldn't t
steimel
2017/03/07 15:26:21
Hmm I'm not actually sure what that's measuring ex
|