github web-platform-tests/wpt merge_pr_48516

latest releases: merge_pr_49470, epochs/three_hourly/2024-12-03_06H, epochs/six_hourly/2024-12-03_06H...
2 months ago

Make editing/plaintext-only stop doing `.contentEditable = "plaintext-only"

If dom.element.contenteditable.plaintext-only.enabled is false,
the API throws an exception. Therefore, the following tests cannot check
the result. So, we should not use it. Instead,
.setAttribute("contenteditable", "plaintext-only") is fine.

Differential Revision: https://phabricator.services.mozilla.com/D224576

bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1922712
gecko-commit: d7c82075e3effb6b62e01a92919ad3c646d5d0c3
gecko-reviewers: m_kato

Don't miss a new wpt release

NewReleases is sending notifications on new releases.