Commit f89c48e1 authored by Tibor Goldschwendt's avatar Tibor Goldschwendt Committed by Commit Bot

[ntp] Enable LocalNTPDoodleTest.ShouldMoveFakeboxWhenIframeResized

Doodle resizing fixed for new FlexNG by
e00c3fec.

Fixed: 1062484
Change-Id: I02a0c1ced27b609cbd4547dbedd46055d4354c39
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2315637
Commit-Queue: Tibor Goldschwendt <tiborg@chromium.org>
Commit-Queue: Moe Ahmadi <mahmadi@chromium.org>
Auto-Submit: Tibor Goldschwendt <tiborg@chromium.org>
Reviewed-by: default avatarMoe Ahmadi <mahmadi@chromium.org>
Cr-Commit-Position: refs/heads/master@{#791384}
parent da3861ea
...@@ -1418,10 +1418,7 @@ IN_PROC_BROWSER_TEST_F(LocalNTPDoodleTest, ShouldNotMoveFakeboxForIframeSizes) { ...@@ -1418,10 +1418,7 @@ IN_PROC_BROWSER_TEST_F(LocalNTPDoodleTest, ShouldNotMoveFakeboxForIframeSizes) {
} }
} }
// Fails on gLinux with legacy flexbox. Fails locally and on bots with FlexNG. IN_PROC_BROWSER_TEST_F(LocalNTPDoodleTest, ShouldMoveFakeboxWhenIframeResized) {
// https://crbug.com/1062484
IN_PROC_BROWSER_TEST_F(LocalNTPDoodleTest,
DISABLED_ShouldMoveFakeboxWhenIframeResized) {
EncodedLogo cached_logo; EncodedLogo cached_logo;
cached_logo.encoded_image = MakeRefPtr(std::string()); cached_logo.encoded_image = MakeRefPtr(std::string());
cached_logo.metadata.mime_type = "image/png"; cached_logo.metadata.mime_type = "image/png";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment