summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/input-events/input-events-exec-command.html.ini
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 09:22:09 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 09:22:09 +0000
commit43a97878ce14b72f0981164f87f2e35e14151312 (patch)
tree620249daf56c0258faa40cbdcf9cfba06de2a846 /testing/web-platform/meta/input-events/input-events-exec-command.html.ini
parentInitial commit. (diff)
downloadfirefox-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/input-events/input-events-exec-command.html.ini')
-rw-r--r--testing/web-platform/meta/input-events/input-events-exec-command.html.ini65
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