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.

GridLayoutFractionalSizeAndAlignmentTest.java 389B

12345678910111213141516
  1. package com.vaadin.tests.components.gridlayout;
  2. import java.io.IOException;
  3. import org.junit.Test;
  4. import com.vaadin.tests.tb3.MultiBrowserTest;
  5. public class GridLayoutFractionalSizeAndAlignmentTest extends MultiBrowserTest {
  6. @Test
  7. public void ensureNoScrollbarsWithAlignBottomRight() throws IOException {
  8. openTestURL();
  9. compareScreen("noscrollbars");
  10. }
  11. }