1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 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
|