blob: 81dc0faf8cd19525f169a2fe2b4cd31c8eeaa743 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
[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
|