You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

BrowserFrameDoubleScrollbarsTest.java 354B

123456789101112131415
  1. package com.vaadin.tests.components.browserframe;
  2. import org.junit.Test;
  3. import com.vaadin.tests.tb3.MultiBrowserTest;
  4. public class BrowserFrameDoubleScrollbarsTest extends MultiBrowserTest {
  5. @Test
  6. public void testWindowRepositioning() throws Exception {
  7. openTestURL();
  8. compareScreen("BrowserFrameDoubleScrollbars");
  9. }
  10. }