1
0
Fork 0
firefox/testing/web-platform/meta/editing/edit-context/edit-context-execCommand.tentative.https.html.ini
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

12 lines
501 B
INI

[edit-context-execCommand.tentative.https.html]
[document.execCommand("inserttext") should not change the DOM or fire textupdate]
expected: FAIL
[document.execCommand("bold") should not change the DOM or fire textupdate]
expected: FAIL
[queryCommandState, queryCommandvalue, and queryCommandInterm should always return false]
expected: FAIL
[document.execCommand("copy") should work but document.execCommand("cut") should not change the DOM or the clipboard]
expected: FAIL