summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--uitest/src/com/vaadin/tests/components/grid/GridClientRenderers.java5
1 files changed, 0 insertions, 5 deletions
diff --git a/uitest/src/com/vaadin/tests/components/grid/GridClientRenderers.java b/uitest/src/com/vaadin/tests/components/grid/GridClientRenderers.java
index 2ef1600f91..4139bb0c5f 100644
--- a/uitest/src/com/vaadin/tests/components/grid/GridClientRenderers.java
+++ b/uitest/src/com/vaadin/tests/components/grid/GridClientRenderers.java
@@ -161,11 +161,6 @@ public class GridClientRenderers extends MultiBrowserTest {
String colorRed = "rgba(255, 0, 0, 1)";
String colorWhite = "rgba(255, 255, 255, 1)";
String colorDark = "rgba(239, 240, 241, 1)";
- if (BrowserUtil.isChrome(desiredCapabilities)) {
- colorRed = "rgb(255, 0, 0)";
- colorWhite = "rgb(255, 255, 255)";
- colorDark = "rgb(239, 240, 241)";
- }
openTestURL();