WebDriver: several tests in imported/w3c/webdriver/tests/state/get_element_attribute.py are failing
https://bugs.webkit.org/show_bug.cgi?id=180415
Reviewed by Brian Burg.
Source/WebKit:
Update the ElementAttribute atom to properly handle boolean attributes, following what the selenium original
atom does.
* UIProcess/Automation/atoms/ElementAttribute.js:
(getAttribute):
(tagName.string_appeared_here.lowercaseAttributeName.string_appeared_here):
(isBooleanAttribute):
WebDriverTests:
Remove expectations for tests that are now passing.
* TestExpectations.json:
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@254117 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/WebDriverTests/ChangeLog b/WebDriverTests/ChangeLog
index 6b090db..5b0eadc 100644
--- a/WebDriverTests/ChangeLog
+++ b/WebDriverTests/ChangeLog
@@ -1,3 +1,14 @@
+2020-01-07 Carlos Garcia Campos <cgarcia@igalia.com>
+
+ WebDriver: several tests in imported/w3c/webdriver/tests/state/get_element_attribute.py are failing
+ https://bugs.webkit.org/show_bug.cgi?id=180415
+
+ Reviewed by Brian Burg.
+
+ Remove expectations for tests that are now passing.
+
+ * TestExpectations.json:
+
2019-12-03 Carlos Garcia Campos <cgarcia@igalia.com>
WebDriver: handle elements of type file in send keys command