Skip to content

Commit

Permalink
Disable org.chromium.content.browser.ViewportTest#testDefaultViewport…
Browse files Browse the repository at this point in the history
…Size

(pending investigation after https://bugs.webkit.org/show_bug.cgi?id=107424)

BUG=

Review URL: https://codereview.chromium.org/12092044

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@179368 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
fmalita@chromium.org committed Jan 29, 2013
1 parent a9c6298 commit 8c6ca86
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
import android.view.Display;
import android.view.WindowManager;

import org.chromium.base.test.util.DisabledTest;
import org.chromium.base.test.util.Feature;
import org.chromium.content.browser.test.util.JavaScriptUtils;
import org.chromium.content.browser.test.util.TestCallbackHelperContainer;
Expand Down Expand Up @@ -45,8 +46,12 @@ protected int evaluateIntegerValue(String expression) throws Throwable {
return Integer.valueOf(evaluateStringValue(expression));
}

/*
@MediumTest
@Feature({"Viewport", "InitialViewportSize"})
https://bugs.webkit.org/show_bug.cgi?id=107424
*/
@DisabledTest
public void testDefaultViewportSize() throws Throwable {
launchContentShellWithUrl("about:blank");
waitForActiveShellToBeDoneLoading();
Expand Down

0 comments on commit 8c6ca86

Please sign in to comment.