Bug 1789967 - part 5: Mark all tests in `webdriver/tests/element_send_keys/content_ed...
commitae2d6466aa539c5ecb6f9ac6a6893b98865f8319
authorMasayuki Nakano <masayuki@d-toybox.com>
Thu, 22 Sep 2022 06:27:38 +0000 (22 06:27 +0000)
committerMasayuki Nakano <masayuki@d-toybox.com>
Thu, 22 Sep 2022 06:27:38 +0000 (22 06:27 +0000)
tree946a0cecac0637b6187e7d32d0044886d66e743b
parentfc89971ea6dd75305ae7752c3c20b220a8109c74
Bug 1789967 - part 5: Mark all tests in `webdriver/tests/element_send_keys/content_editable.py` as known failures r=webdriver-reviewers,whimboo

According to the issue which added the test, the test intended that web driver
collapsing selection to end of the last editable text node at sending the text
do an editable element.  However, it seems that GeckoDriver does not do it but
the test accidentally passed since `HTMLEditor` has collapsed selection to end
of last leaf node even if the node is not editable.  Therefore, the test does
not check what the author expected enough (e.g., when there is another node
at end of the `<body>`, when there is a collapsed selection range outside
editor, when another editable element has focus).

Therefore, we can just mark the tests as known failures since we've not
explicitly support the behavior yet.

Differential Revision: https://phabricator.services.mozilla.com/D157777
testing/web-platform/meta/webdriver/tests/element_send_keys/content_editable.py.ini [new file with mode: 0644]