Update web-platform-tests to revision 2b4f117a8fc636fc316b3864763db6b28e8a42bc

This commit is contained in:
WPT Sync Bot 2020-12-10 08:21:05 +00:00
parent d7e7e43a80
commit 7ae94b8030
116 changed files with 3431 additions and 487 deletions

View file

@ -124,6 +124,14 @@ Note that if the element to be clicked does not have a unique ID, the
document must not have any DOM mutations made between the function
being called and the promise settling.
## delete_all_cookies
Usage: `test_driver.delete_all_cookies(context=null)`
* _context_: an optional WindowProxy for the browsing context in which to
perform the call.
This function deletes all cookies for the current browsing context.
### send_keys
Usage: `test_driver.send_keys(element, keys)`