Files
tubestation/testing/web-platform/meta/input-events/input-events-exec-command.html.ini
Norisz Fay ddd32f6617 Backed out 8 changesets (bug 1522790) as requested by Whimboo CLOSED TREE
Backed out changeset 525e8e012c7b (bug 1522790)
Backed out changeset 0cc4328d899f (bug 1522790)
Backed out changeset 4e0801e07b86 (bug 1522790)
Backed out changeset 7c2605ef5f00 (bug 1522790)
Backed out changeset 91d70d27459b (bug 1522790)
Backed out changeset 8ea7b13449af (bug 1522790)
Backed out changeset d099e86e9a3f (bug 1522790)
Backed out changeset ed9818780499 (bug 1522790)
2024-04-16 21:35:03 +03:00

66 lines
2.0 KiB
INI

[input-events-exec-command.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[Calling execCommand("backColor", false, Inherit) (data value)]
expected: FAIL
[Calling execCommand("backColor", false, Initial) (data value)]
expected: FAIL
[Calling execCommand("backColor", false, Reset) (data value)]
expected: FAIL
[Calling execCommand("backColor", false, CurrentColor) (data value)]
expected: FAIL
[Calling execCommand("foreColor", false, Inherit) (data value)]
expected: FAIL
[Calling execCommand("foreColor", false, Initial) (data value)]
expected: FAIL
[Calling execCommand("foreColor", false, Reset) (data value)]
expected: FAIL
[Calling execCommand("foreColor", false, CurrentColor) (data value)]
expected: FAIL
[Calling execCommand("hiliteColor", false, Inherit) (data value)]
expected: FAIL
[Calling execCommand("hiliteColor", false, Initial) (data value)]
expected: FAIL
[Calling execCommand("hiliteColor", false, Reset) (data value)]
expected: FAIL
[Calling execCommand("hiliteColor", false, CurrentColor) (data value)]
expected: FAIL
[execCommand("justifyCenter") should wrap the text with <div> element whose text-align is center]
expected: FAIL
[execCommand("justifyFull") should wrap the text with <div> element whose text-align is justify]
expected: FAIL
[execCommand("justifyRight") should wrap the text with <div> element whose text-align is right]
expected: FAIL
[execCommand("justifyLeft") should wrap the text with <div> element whose text-align is left]
expected: FAIL
[Calling execCommand("removeFormat", false, null) (inputType value)]
expected: FAIL
[execCommand("removeFormat") should remove the style of current block]
expected: FAIL
[Set of execCommand("indent") and execCommand("outdent") should keep same DOM tree]
expected: FAIL
[Calling execCommand("cut", false, null) (inputType value)]
expected: FAIL
[Calling execCommand("paste", false, null) (inputType value)]
expected: FAIL