Commit 8567a59d authored by Michael van Ouwerkerk's avatar Michael van Ouwerkerk Committed by Commit Bot

Add entry to test config for NTPCondensedLayout.

Bug: 715998
Change-Id: I0066c9f3e87c2e3327ece2d1b357de1c4bd9c191
Reviewed-on: https://chromium-review.googlesource.com/595981
Commit-Queue: Michael van Ouwerkerk <mvanouwerkerk@chromium.org>
Reviewed-by: default avatarJesse Doherty <jwd@chromium.org>
Cr-Commit-Position: refs/heads/master@{#491690}
parent e4099e3d
...@@ -136,6 +136,7 @@ public class NewTabPageTest { ...@@ -136,6 +136,7 @@ public class NewTabPageTest {
@Test @Test
@MediumTest @MediumTest
@Feature({"NewTabPage", "RenderTest"}) @Feature({"NewTabPage", "RenderTest"})
@CommandLineFlags.Add("disable-features=NTPCondensedLayout")
public void testRender() throws IOException { public void testRender() throws IOException {
mActivityTestRule.getInstrumentation().waitForIdleSync(); mActivityTestRule.getInstrumentation().waitForIdleSync();
mRenderTestRule.render(mTileGridLayout, "most_visited"); mRenderTestRule.render(mTileGridLayout, "most_visited");
......
...@@ -1457,6 +1457,30 @@ ...@@ -1457,6 +1457,30 @@
] ]
} }
], ],
"NTPCondensedLayout": [
{
"platforms": [
"android"
],
"experiments": [
{
"name": "CondensedLayoutWithSmallLogo",
"params": {
"condensed_layout_logo_height": "50",
"condensed_layout_show_logo": "true",
"condensed_tile_layout_for_small_screens_enabled": "true"
},
"enable_features": [
"NTPCondensedLayout",
"NTPCondensedTileLayout"
],
"disable_features": [
"NTPShowGoogleGInOmnibox"
]
}
]
}
],
"NTPFaviconsFromNewServer": [ "NTPFaviconsFromNewServer": [
{ {
"platforms": [ "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