diff options
Diffstat (limited to '')
-rw-r--r-- | testing/web-platform/meta/input-events/input-events-exec-command.html.ini | 65 |
1 files changed, 65 insertions, 0 deletions
diff --git a/testing/web-platform/meta/input-events/input-events-exec-command.html.ini b/testing/web-platform/meta/input-events/input-events-exec-command.html.ini new file mode 100644 index 0000000000..bf5a240316 --- /dev/null +++ b/testing/web-platform/meta/input-events/input-events-exec-command.html.ini @@ -0,0 +1,65 @@ +[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 |