summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/uievents/textInput
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 01:14:29 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 01:14:29 +0000
commitfbaf0bb26397aa498eb9156f06d5a6fe34dd7dd8 (patch)
tree4c1ccaf5486d4f2009f9a338a98a83e886e29c97 /testing/web-platform/meta/uievents/textInput
parentReleasing progress-linux version 124.0.1-1~progress7.99u1. (diff)
downloadfirefox-fbaf0bb26397aa498eb9156f06d5a6fe34dd7dd8.tar.xz
firefox-fbaf0bb26397aa498eb9156f06d5a6fe34dd7dd8.zip
Merging upstream version 125.0.1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/web-platform/meta/uievents/textInput')
-rw-r--r--testing/web-platform/meta/uievents/textInput/api.html.ini15
-rw-r--r--testing/web-platform/meta/uievents/textInput/basic.html.ini9
-rw-r--r--testing/web-platform/meta/uievents/textInput/enter-textarea-contenteditable.html.ini6
3 files changed, 30 insertions, 0 deletions
diff --git a/testing/web-platform/meta/uievents/textInput/api.html.ini b/testing/web-platform/meta/uievents/textInput/api.html.ini
new file mode 100644
index 0000000000..aa4b468ca0
--- /dev/null
+++ b/testing/web-platform/meta/uievents/textInput/api.html.ini
@@ -0,0 +1,15 @@
+[api.html]
+ [No constructor]
+ expected: FAIL
+
+ [document.CreateEvent('TextEvent') prototype chain]
+ expected: FAIL
+
+ [initTextEvent('foo')]
+ expected: FAIL
+
+ [initTextEvent('foo', true, true, window, 'bar')]
+ expected: FAIL
+
+ [case sensitivity: textInput vs textinput]
+ expected: FAIL
diff --git a/testing/web-platform/meta/uievents/textInput/basic.html.ini b/testing/web-platform/meta/uievents/textInput/basic.html.ini
new file mode 100644
index 0000000000..ec919f08aa
--- /dev/null
+++ b/testing/web-platform/meta/uievents/textInput/basic.html.ini
@@ -0,0 +1,9 @@
+[basic.html]
+ [textInput: basic, <input>]
+ expected: FAIL
+
+ [textInput: basic, <textarea>]
+ expected: FAIL
+
+ [textInput: basic, <div contenteditable="true">]
+ expected: FAIL
diff --git a/testing/web-platform/meta/uievents/textInput/enter-textarea-contenteditable.html.ini b/testing/web-platform/meta/uievents/textInput/enter-textarea-contenteditable.html.ini
new file mode 100644
index 0000000000..2f436628e8
--- /dev/null
+++ b/testing/web-platform/meta/uievents/textInput/enter-textarea-contenteditable.html.ini
@@ -0,0 +1,6 @@
+[enter-textarea-contenteditable.html]
+ [textInput: Enter key for textarea and contenteditable, <textarea>]
+ expected: FAIL
+
+ [textInput: Enter key for textarea and contenteditable, <div contenteditable="true">]
+ expected: FAIL