Commit 68bd4099 authored by Scott Violet's avatar Scott Violet Committed by Commit Bot

weblayer: ups min version of test

The fix for this landed in 88, not 87.

BUG=1075744
TEST=test only change

Change-Id: If1fd318cf5c6f151549dff042dd6c288a146870e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2476914
Commit-Queue: Scott Violet <sky@chromium.org>
Commit-Queue: Bo <boliu@chromium.org>
Auto-Submit: Scott Violet <sky@chromium.org>
Reviewed-by: default avatarBo <boliu@chromium.org>
Cr-Commit-Position: refs/heads/master@{#817560}
parent 0300ce5a
......@@ -270,7 +270,7 @@ public class TabTest {
@Test
@SmallTest
@MinWebLayerVersion(87) // Bug fix in 87.
@MinWebLayerVersion(88) // Bug fix in 88.
// This is a regression test for https://crbug.com/1075744 .
public void testRotationDoesntChangeVisibility() throws Exception {
String url = mActivityTestRule.getTestDataURL("rotation.html");
......
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