Title: [263338] trunk/WebDriverTests
Revision
263338
Author
lmo...@igalia.com
Date
2020-06-21 21:41:22 -0700 (Sun, 21 Jun 2020)

Log Message

WebDriver: several tests in imported/selenium/py/test/selenium/webdriver/common/visibility_tests.py fail
https://bugs.webkit.org/show_bug.cgi?id=182334

Unreviewed test gardening.

The last two remaining tests from this bug started passing after the
imported selenium tests were updated in r263264.

* TestExpectations.json:

Modified Paths

Diff

Modified: trunk/WebDriverTests/ChangeLog (263337 => 263338)


--- trunk/WebDriverTests/ChangeLog	2020-06-22 04:39:33 UTC (rev 263337)
+++ trunk/WebDriverTests/ChangeLog	2020-06-22 04:41:22 UTC (rev 263338)
@@ -1,5 +1,17 @@
 2020-06-21  Lauro Moura  <lmo...@igalia.com>
 
+        WebDriver: several tests in imported/selenium/py/test/selenium/webdriver/common/visibility_tests.py fail
+        https://bugs.webkit.org/show_bug.cgi?id=182334
+
+        Unreviewed test gardening.
+
+        The last two remaining tests from this bug started passing after the
+        imported selenium tests were updated in r263264.
+
+        * TestExpectations.json:
+
+2020-06-21  Lauro Moura  <lmo...@igalia.com>
+
         WebDriver: two selenium alert tests are failing
         https://bugs.webkit.org/show_bug.cgi?id=181727
 

Modified: trunk/WebDriverTests/TestExpectations.json (263337 => 263338)


--- trunk/WebDriverTests/TestExpectations.json	2020-06-22 04:39:33 UTC (rev 263337)
+++ trunk/WebDriverTests/TestExpectations.json	2020-06-22 04:41:22 UTC (rev 263338)
@@ -139,16 +139,6 @@
             }
         }
     },
-    "imported/selenium/py/test/selenium/webdriver/common/visibility_tests.py": {
-        "subtests": {
-            "testShouldSayElementsWithNegativeTransformAreNotDisplayed": {
-                "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/182334"}}
-            },
-            "testShouldSayElementsWithParentWithNegativeTransformAreNotDisplayed": {
-                "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/182334"}}
-            }
-        }
-    },
     "imported/selenium/py/test/selenium/webdriver/common/window_switching_tests.py": {
         "subtests": {
             "testCanCallGetWindowHandlesAfterClosingAWindow": {
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to