Skip to content

Commit

Permalink
Bug 1879325 [wpt PR 44472] - Update wpt metadata, a=testonly
Browse files Browse the repository at this point in the history
wpt-pr: 44472
wpt-type: metadata
  • Loading branch information
moz-wptsync-bot committed Mar 1, 2024
1 parent 64085a8 commit 6ae49b6
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 0 deletions.
15 changes: 15 additions & 0 deletions testing/web-platform/meta/uievents/textInput/api.html.ini
Original file line number Diff line number Diff line change
@@ -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
9 changes: 9 additions & 0 deletions testing/web-platform/meta/uievents/textInput/basic.html.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[basic.html]
[textInput: basic, <input>]
expected: FAIL

[textInput: basic, <textarea>]
expected: FAIL

[textInput: basic, <div contenteditable="true">]
expected: FAIL
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 6ae49b6

Please sign in to comment.