-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 1918049 - [wpt] Fix several input events spin button and arrow ke…
…y tests for broken setup and test driver usage. r=masayuki Differential Revision: https://phabricator.services.mozilla.com/D221950
- Loading branch information
Showing
9 changed files
with
132 additions
and
75 deletions.
There are no files selected for viewing
2 changes: 0 additions & 2 deletions
2
...latform/meta/input-events/input-events-arrow-key-on-number-input-delete-document.html.ini
This file was deleted.
Oops, something went wrong.
1 change: 1 addition & 0 deletions
1
...latform/meta/input-events/input-events-arrow-key-on-number-input-prevent-default.html.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
[input-events-arrow-key-on-number-input-prevent-default.html] | ||
[Number input should not fire input and change event if the beforeinput event is default prevented] | ||
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1918254 | ||
expected: FAIL |
5 changes: 4 additions & 1 deletion
5
...meta/input-events/input-events-spin-button-click-on-number-input-delete-document.html.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,5 @@ | ||
[input-events-spin-button-click-on-number-input-delete-document.html] | ||
expected: ERROR | ||
|
||
[Number input should not crash and not fire subsequent events when event handler removes document] | ||
expected: | ||
if (os == "android"): FAIL |
1 change: 1 addition & 0 deletions
1
...meta/input-events/input-events-spin-button-click-on-number-input-prevent-default.html.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
[input-events-spin-button-click-on-number-input-prevent-default.html] | ||
[Number input should not fire input and change event if the beforeinput event is default prevented] | ||
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1918254 | ||
expected: FAIL |
4 changes: 3 additions & 1 deletion
4
...ng/web-platform/meta/input-events/input-events-spin-button-click-on-number-input.html.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
[input-events-spin-button-click-on-number-input.html] | ||
|
||
[Number input should fire beforeinput event before the input and change event] | ||
expected: FAIL | ||
expected: | ||
if (os == "android"): FAIL |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters