diff options
Diffstat (limited to 'testing/web-platform/meta/editing/event.html.ini')
-rw-r--r-- | testing/web-platform/meta/editing/event.html.ini | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/testing/web-platform/meta/editing/event.html.ini b/testing/web-platform/meta/editing/event.html.ini new file mode 100644 index 0000000000..e66524d290 --- /dev/null +++ b/testing/web-platform/meta/editing/event.html.ini @@ -0,0 +1,52 @@ +[event.html] + [Editable b: input event] + expected: FAIL + + [Changing selection from handler: input event] + expected: FAIL + + [Command backColor, value "": input event] + expected: FAIL + + [Command createLink, value "": input event] + expected: FAIL + + [Command fontName, value "": input event] + expected: FAIL + + [Command fontName, value "serif": input event] + expected: FAIL + + [Command fontSize, value "": input event] + expected: FAIL + + [Command fontSize, value "quasit": input event] + expected: FAIL + + [Command foreColor, value "": input event] + expected: FAIL + + [Command hiliteColor, value "": input event] + expected: FAIL + + [Command unlink, value "": input event] + expected: FAIL + + [Command unlink, value "quasit": input event] + expected: FAIL + + [Command formatBlock, value "": input event] + expected: FAIL + + [Command formatBlock, value "quasit": input event] + expected: FAIL + + [Command insertImage, value "": input event] + expected: FAIL + + [Command outdent, value "": input event] + expected: FAIL + + [Command outdent, value "quasit": input event] + expected: FAIL + |