Title: [239824] trunk/WebDriverTests
Revision
239824
Author
carlo...@webkit.org
Date
2019-01-10 03:08:29 -0800 (Thu, 10 Jan 2019)

Log Message

Unreviewed gardening. Mark user prompts tests in take screenshot commands as failure

Tests don't expect user prompts to be handled in take screenshot commands, but that's going to change in the
spec soon, see https://github.com/w3c/webdriver/issues/1359.

* TestExpectations.json:

Modified Paths

Diff

Modified: trunk/WebDriverTests/ChangeLog (239823 => 239824)


--- trunk/WebDriverTests/ChangeLog	2019-01-10 11:01:18 UTC (rev 239823)
+++ trunk/WebDriverTests/ChangeLog	2019-01-10 11:08:29 UTC (rev 239824)
@@ -1,3 +1,12 @@
+2019-01-10  Carlos Garcia Campos  <cgar...@igalia.com>
+
+        Unreviewed gardening. Mark user prompts tests in take screenshot commands as failure
+
+        Tests don't expect user prompts to be handled in take screenshot commands, but that's going to change in the
+        spec soon, see https://github.com/w3c/webdriver/issues/1359.
+
+        * TestExpectations.json:
+
 2018-12-21  Carlos Garcia Campos  <cgar...@igalia.com>
 
         Unreviewed gardening. Skip imported/w3c/webdriver/tests/permissions/set.py.

Modified: trunk/WebDriverTests/TestExpectations.json (239823 => 239824)


--- trunk/WebDriverTests/TestExpectations.json	2019-01-10 11:01:18 UTC (rev 239823)
+++ trunk/WebDriverTests/TestExpectations.json	2019-01-10 11:08:29 UTC (rev 239824)
@@ -1020,5 +1020,11 @@
     },
     "imported/w3c/webdriver/tests/permissions/set.py": {
         "expected": {"all": {"status": ["SKIP"], "bug": "webkit.org/b/192978"}}
+    },
+    "imported/w3c/webdriver/tests/take_screenshot/user_prompts.py": {
+        "expected": {"all": {"status": ["FAIL"]}}
+    },
+    "imported/w3c/webdriver/tests/take_element_screenshot/user_prompts.py": {
+        "expected": {"all": {"status": ["FAIL"]}}
     }
 }
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to