From 43b8ca588189e3fddf69020e46ada4c3ad170e9f Mon Sep 17 00:00:00 2001 From: Teemu Suo-Anttila Date: Thu, 20 Mar 2014 18:30:56 +0200 Subject: [PATCH] Remove unnecessary Webkit scrollbar test Change-Id: I58c8216b35355c3e84ab0b31300988a0957c1b85 --- .../WebkitPositionAbsoluteScrollbars.html | 69 ------------------- .../WebkitPositionAbsoluteScrollbarsTest.java | 39 ----------- 2 files changed, 108 deletions(-) delete mode 100644 WebContent/statictestfiles/browserfeatures/WebkitPositionAbsoluteScrollbars.html delete mode 100644 uitest/src/com/vaadin/tests/browserfeatures/WebkitPositionAbsoluteScrollbarsTest.java diff --git a/WebContent/statictestfiles/browserfeatures/WebkitPositionAbsoluteScrollbars.html b/WebContent/statictestfiles/browserfeatures/WebkitPositionAbsoluteScrollbars.html deleted file mode 100644 index 7547816006..0000000000 --- a/WebContent/statictestfiles/browserfeatures/WebkitPositionAbsoluteScrollbars.html +++ /dev/null @@ -1,69 +0,0 @@ - - - - - -
- Starting point: No horizontal scrollbar
- Expected: Get back to starting point after clicking through steps (do 1, do 2, cancel 1, cancel 2)
- Actual: Scrollbars after doing the steps

-
- - - - -
-
-
-
-
-
-
-
- - - - - - diff --git a/uitest/src/com/vaadin/tests/browserfeatures/WebkitPositionAbsoluteScrollbarsTest.java b/uitest/src/com/vaadin/tests/browserfeatures/WebkitPositionAbsoluteScrollbarsTest.java deleted file mode 100644 index 54fb7212ca..0000000000 --- a/uitest/src/com/vaadin/tests/browserfeatures/WebkitPositionAbsoluteScrollbarsTest.java +++ /dev/null @@ -1,39 +0,0 @@ -/* - * Copyright 2000-2013 Vaadin Ltd. - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy of - * the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - */ -package com.vaadin.tests.browserfeatures; - -import org.junit.Test; -import org.openqa.selenium.By; - -import com.vaadin.tests.tb3.MultiBrowserTest; - -public class WebkitPositionAbsoluteScrollbarsTest extends MultiBrowserTest { - - @Override - protected String getDeploymentPath() { - return "/statictestfiles/browserfeatures/WebkitPositionAbsoluteScrollbars.html"; - } - - @Test - public void testWebkitScrollbarProblem() throws Exception { - openTestURL(); - getDriver().findElement(By.id("step1")).click(); - getDriver().findElement(By.id("step2")).click(); - getDriver().findElement(By.id("step3")).click(); - getDriver().findElement(By.id("step4")).click(); - compareScreen("no-scrollbars"); - } -} -- 2.39.5