diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:22:09 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:22:09 +0000 |
commit | 43a97878ce14b72f0981164f87f2e35e14151312 (patch) | |
tree | 620249daf56c0258faa40cbdcf9cfba06de2a846 /testing/web-platform/meta/editing/event.html.ini | |
parent | Initial commit. (diff) | |
download | firefox-43a97878ce14b72f0981164f87f2e35e14151312.tar.xz firefox-43a97878ce14b72f0981164f87f2e35e14151312.zip |
Adding upstream version 110.0.1.upstream/110.0.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
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 + |