Commit e6a2d65f authored by David Grogan's avatar David Grogan Committed by Commit Bot

[FlexNG] Field trial config

This makes browser_tests and unit_tests use FlexNG. It's required before
launching a stable experiment.

Bug: 845235, 1062484
Change-Id: If5e9672bcf11c62d8ff92f1939608d8ab969682b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2205975Reviewed-by: default avatarIan Kilpatrick <ikilpatrick@chromium.org>
Reviewed-by: default avatarMoe Ahmadi <mahmadi@chromium.org>
Reviewed-by: default avatarRobert Kaplow <rkaplow@chromium.org>
Commit-Queue: David Grogan <dgrogan@chromium.org>
Cr-Commit-Position: refs/heads/master@{#771070}
parent fbfcef67
......@@ -1393,7 +1393,10 @@ IN_PROC_BROWSER_TEST_F(LocalNTPDoodleTest, ShouldNotMoveFakeboxForIframeSizes) {
}
}
IN_PROC_BROWSER_TEST_F(LocalNTPDoodleTest, ShouldMoveFakeboxWhenIframeResized) {
// Fails on gLinux with legacy flexbox. Fails locally and on bots with FlexNG.
// https://crbug.com/1062484
IN_PROC_BROWSER_TEST_F(LocalNTPDoodleTest,
DISABLED_ShouldMoveFakeboxWhenIframeResized) {
EncodedLogo cached_logo;
cached_logo.encoded_image = MakeRefPtr(std::string());
cached_logo.metadata.mime_type = "image/png";
......
......@@ -2330,6 +2330,26 @@
]
}
],
"FlexNG": [
{
"platforms": [
"android",
"android_webview",
"chromeos",
"linux",
"mac",
"windows"
],
"experiments": [
{
"name": "Enabled_20200406",
"enable_features": [
"FlexNG"
]
}
]
}
],
"FontPreloadingDelaysRendering": [
{
"platforms": [
......
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