Bug 1789967 Comment 7 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

Backed out for causing wd failures on content_editable.py.

[Push with failures](https://treeherder.mozilla.org/jobs?repo=autoland&group_state=expanded&resultStatus=pending%2Crunning%2Csuccess%2Ctestfailed%2Cbusted%2Cexception%2Crunnable&fromchange=edac234f1eba144f9da6a10097da779749a9e90f&searchStr=wd&selectedTaskRun=fqo8clHrS5CzLSla-vRC7A.0&tochange=f2f431ee78a35a577f8d89a469ab17c20f71e3f0)

[Failure log](https://treeherder.mozilla.org/logviewer?job_id=390999907&repo=autoland&lineNumber=13318)

[Backout link](https://hg.mozilla.org/integration/autoland/rev/fb7ca98a68818c53c8eb69a3a8c8936fcb07ba01)
```
[task 2022-09-21T01:00:37.732Z] 01:00:37     INFO - STDOUT: =================================== FAILURES ===================================
[task 2022-09-21T01:00:37.733Z] 01:00:37     INFO - STDOUT: _______________________ test_sets_insertion_point_to_end _______________________
[task 2022-09-21T01:00:37.734Z] 01:00:37     INFO - STDOUT: session = <Session 6d9ca2ac-7e52-4f26-8b6a-be7faa41d15d>
[task 2022-09-21T01:00:37.742Z] 01:00:37     INFO - STDOUT: inline = <function inline.<locals>.inline at 0x7fdc1eb96378>
[task 2022-09-21T01:00:37.742Z] 01:00:37     INFO - STDOUT:     def test_sets_insertion_point_to_end(session, inline):
[task 2022-09-21T01:00:37.743Z] 01:00:37     INFO - STDOUT:         session.url = inline('<div contenteditable=true>Hello,</div>')
[task 2022-09-21T01:00:37.743Z] 01:00:37     INFO - STDOUT:         input = session.find.css("div", all=False)
[task 2022-09-21T01:00:37.743Z] 01:00:37     INFO - STDOUT:         input.send_keys(' world!')
[task 2022-09-21T01:00:37.744Z] 01:00:37     INFO - STDOUT:         text = session.execute_script('return arguments[0].innerText', args=[input])
[task 2022-09-21T01:00:37.744Z] 01:00:37     INFO - STDOUT: >       assert "Hello, world!" == text.strip()
[task 2022-09-21T01:00:37.744Z] 01:00:37     INFO - STDOUT: E       AssertionError: assert 'Hello, world!' == 'world!Hello,'
[task 2022-09-21T01:00:37.745Z] 01:00:37     INFO - STDOUT: E         - world!Hello,
[task 2022-09-21T01:00:37.745Z] 01:00:37     INFO - STDOUT: E         + Hello, world!
[task 2022-09-21T01:00:37.746Z] 01:00:37     INFO - STDOUT: inline     = <function inline.<locals>.inline at 0x7fdc1eb96378>
[task 2022-09-21T01:00:37.746Z] 01:00:37     INFO - STDOUT: input      = <Element 6c616a28-73c9-4e4b-91d6-6b6e0328ff46>
[task 2022-09-21T01:00:37.746Z] 01:00:37     INFO - STDOUT: session    = <Session 6d9ca2ac-7e52-4f26-8b6a-be7faa41d15d>
[task 2022-09-21T01:00:37.747Z] 01:00:37     INFO - STDOUT: text       = '\xa0world!Hello,'
[task 2022-09-21T01:00:37.747Z] 01:00:37     INFO - STDOUT: tests/web-platform/tests/webdriver/tests/element_send_keys/content_editable.py
[task 2022-09-21T01:00:37.747Z] 01:00:37     INFO - STDOUT: :6: AssertionError
[task 2022-09-21T01:00:37.748Z] 01:00:37     INFO - STDOUT: ______________ test_sets_insertion_point_to_after_last_text_node _______________
[task 2022-09-21T01:00:37.748Z] 01:00:37     INFO - STDOUT: session = <Session 6d9ca2ac-7e52-4f26-8b6a-be7faa41d15d>
[task 2022-09-21T01:00:37.748Z] 01:00:37     INFO - STDOUT: inline = <function inline.<locals>.inline at 0x7fdc1eb60840>
[task 2022-09-21T01:00:37.748Z] 01:00:37     INFO - STDOUT:     def test_sets_insertion_point_to_after_last_text_node(session, inline):
[task 2022-09-21T01:00:37.749Z] 01:00:37     INFO - STDOUT:         session.url = inline('<div contenteditable=true>Hel<span>lo</span>,</div>')
[task 2022-09-21T01:00:37.749Z] 01:00:37     INFO - STDOUT:         input = session.find.css("div", all=False)
[task 2022-09-21T01:00:37.750Z] 01:00:37     INFO - STDOUT:         input.send_keys(" world!")
[task 2022-09-21T01:00:37.751Z] 01:00:37     INFO - STDOUT:         text = session.execute_script("return arguments[0].innerText", args=[input])
[task 2022-09-21T01:00:37.751Z] 01:00:37     INFO - STDOUT: >       assert "Hello, world!" == text.strip()
[task 2022-09-21T01:00:37.752Z] 01:00:37     INFO - STDOUT: E       AssertionError: assert 'Hello, world!' == 'Hello world!,'
[task 2022-09-21T01:00:37.753Z] 01:00:37     INFO - STDOUT: E         - Hello world!,
[task 2022-09-21T01:00:37.753Z] 01:00:37     INFO - STDOUT: E         ?             -
[task 2022-09-21T01:00:37.759Z] 01:00:37     INFO - STDOUT: E         + Hello, world!
[task 2022-09-21T01:00:37.759Z] 01:00:37     INFO - STDOUT: E         ?      +
[task 2022-09-21T01:00:37.760Z] 01:00:37     INFO - STDOUT: inline     = <function inline.<locals>.inline at 0x7fdc1eb60840>
[task 2022-09-21T01:00:37.761Z] 01:00:37     INFO - STDOUT: input      = <Element aecf351a-6fc8-48f2-9731-11757cc799bf>
[task 2022-09-21T01:00:37.761Z] 01:00:37     INFO - STDOUT: session    = <Session 6d9ca2ac-7e52-4f26-8b6a-be7faa41d15d>
[task 2022-09-21T01:00:37.762Z] 01:00:37     INFO - STDOUT: text       = 'Hello world!,'
[task 2022-09-21T01:00:37.762Z] 01:00:37     INFO - STDOUT: tests/web-platform/tests/webdriver/tests/element_send_keys/content_editable.py
[task 2022-09-21T01:00:37.763Z] 01:00:37     INFO - STDOUT: :18: AssertionError
[task 2022-09-21T01:00:37.763Z] 01:00:37     INFO - STDOUT: =========================== short test summary info ============================
[task 2022-09-21T01:00:37.763Z] 01:00:37     INFO - STDOUT: FAILED tests/web-platform/tests/webdriver/tests/element_send_keys/content_editable.py::test_sets_insertion_point_to_end
[task 2022-09-21T01:00:37.764Z] 01:00:37     INFO - STDOUT: FAILED tests/web-platform/tests/webdriver/tests/element_send_keys/content_editable.py::test_sets_insertion_point_to_after_last_text_node
[task 2022-09-21T01:00:37.764Z] 01:00:37     INFO - STDOUT: ============================== 2 failed in 5.59s ===============================
[task 2022-09-21T01:00:37.764Z] 01:00:37     INFO - 
[task 2022-09-21T01:00:37.765Z] 01:00:37     INFO - TEST-UNEXPECTED-FAIL | /webdriver/tests/element_send_keys/content_editable.py | test_sets_insertion_point_to_end - AssertionError: assert 'Hello, world!' == 'world!Hello,'
[task 2022-09-21T01:00:37.765Z] 01:00:37     INFO - session = <Session 6d9ca2ac-7e52-4f26-8b6a-be7faa41d15d>
[task 2022-09-21T01:00:37.765Z] 01:00:37     INFO - inline = <function inline.<locals>.inline at 0x7fdc1eb96378>
[task 2022-09-21T01:00:37.765Z] 01:00:37     INFO - 
[task 2022-09-21T01:00:37.765Z] 01:00:37     INFO -     def test_sets_insertion_point_to_end(session, inline):
[task 2022-09-21T01:00:37.765Z] 01:00:37     INFO -         session.url = inline('<div contenteditable=true>Hello,</div>')
[task 2022-09-21T01:00:37.766Z] 01:00:37     INFO -         input = session.find.css("div", all=False)
[task 2022-09-21T01:00:37.766Z] 01:00:37     INFO -         input.send_keys(' world!')
[task 2022-09-21T01:00:37.766Z] 01:00:37     INFO -         text = session.execute_script('return arguments[0].innerText', args=[input])
[task 2022-09-21T01:00:37.766Z] 01:00:37     INFO - >       assert "Hello, world!" == text.strip()
[task 2022-09-21T01:00:37.766Z] 01:00:37     INFO - E       AssertionError: assert 'Hello, world!' == 'world!Hello,'
[task 2022-09-21T01:00:37.766Z] 01:00:37     INFO - E         - world!Hello,
[task 2022-09-21T01:00:37.766Z] 01:00:37     INFO - E         + Hello, world!
[task 2022-09-21T01:00:37.766Z] 01:00:37     INFO - 
[task 2022-09-21T01:00:37.766Z] 01:00:37     INFO - inline     = <function inline.<locals>.inline at 0x7fdc1eb96378>
[task 2022-09-21T01:00:37.767Z] 01:00:37     INFO - input      = <Element 6c616a28-73c9-4e4b-91d6-6b6e0328ff46>
[task 2022-09-21T01:00:37.767Z] 01:00:37     INFO - session    = <Session 6d9ca2ac-7e52-4f26-8b6a-be7faa41d15d>
[task 2022-09-21T01:00:37.767Z] 01:00:37     INFO - text       = '\xa0world!Hello,'
[task 2022-09-21T01:00:37.767Z] 01:00:37     INFO - 
[task 2022-09-21T01:00:37.767Z] 01:00:37     INFO - tests/web-platform/tests/webdriver/tests/element_send_keys/content_editable.py:6: AssertionError
[task 2022-09-21T01:00:37.768Z] 01:00:37     INFO - 
[task 2022-09-21T01:00:37.768Z] 01:00:37     INFO - TEST-UNEXPECTED-FAIL | /webdriver/tests/element_send_keys/content_editable.py | test_sets_insertion_point_to_after_last_text_node - AssertionError: assert 'Hello, world!' == 'Hello world!,'
[task 2022-09-21T01:00:37.768Z] 01:00:37     INFO - session = <Session 6d9ca2ac-7e52-4f26-8b6a-be7faa41d15d>
[task 2022-09-21T01:00:37.768Z] 01:00:37     INFO - inline = <function inline.<locals>.inline at 0x7fdc1eb60840>
[task 2022-09-21T01:00:37.768Z] 01:00:37     INFO - 
[task 2022-09-21T01:00:37.768Z] 01:00:37     INFO -     def test_sets_insertion_point_to_after_last_text_node(session, inline):
[task 2022-09-21T01:00:37.768Z] 01:00:37     INFO -         session.url = inline('<div contenteditable=true>Hel<span>lo</span>,</div>')
[task 2022-09-21T01:00:37.769Z] 01:00:37     INFO -         input = session.find.css("div", all=False)
[task 2022-09-21T01:00:37.769Z] 01:00:37     INFO -         input.send_keys(" world!")
[task 2022-09-21T01:00:37.769Z] 01:00:37     INFO -         text = session.execute_script("return arguments[0].innerText", args=[input])
[task 2022-09-21T01:00:37.769Z] 01:00:37     INFO - >       assert "Hello, world!" == text.strip()
[task 2022-09-21T01:00:37.769Z] 01:00:37     INFO - E       AssertionError: assert 'Hello, world!' == 'Hello world!,'
[task 2022-09-21T01:00:37.769Z] 01:00:37     INFO - E         - Hello world!,
[task 2022-09-21T01:00:37.770Z] 01:00:37     INFO - E         ?             -
[task 2022-09-21T01:00:37.770Z] 01:00:37     INFO - E         + Hello, world!
[task 2022-09-21T01:00:37.770Z] 01:00:37     INFO - E         ?      +
[task 2022-09-21T01:00:37.770Z] 01:00:37     INFO - 
[task 2022-09-21T01:00:37.770Z] 01:00:37     INFO - inline     = <function inline.<locals>.inline at 0x7fdc1eb60840>
[task 2022-09-21T01:00:37.770Z] 01:00:37     INFO - input      = <Element aecf351a-6fc8-48f2-9731-11757cc799bf>
[task 2022-09-21T01:00:37.770Z] 01:00:37     INFO - session    = <Session 6d9ca2ac-7e52-4f26-8b6a-be7faa41d15d>
[task 2022-09-21T01:00:37.770Z] 01:00:37     INFO - text       = 'Hello world!,'
[task 2022-09-21T01:00:37.770Z] 01:00:37     INFO - 
[task 2022-09-21T01:00:37.770Z] 01:00:37     INFO - tests/web-platform/tests/webdriver/tests/element_send_keys/content_editable.py:18: AssertionError
[task 2022-09-21T01:00:37.771Z] 01:00:37     INFO - TEST-OK | /webdriver/tests/element_send_keys/content_editable.py | took 5838ms
```

Back to Bug 1789967 Comment 7