1
0
Fork 0
firefox/testing/web-platform/meta/input-events/input-events-exec-command.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

65 lines
2 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