Skip to content

Commit

Permalink
Bug 1920714 [wpt PR 48324] - Update wpt metadata, a=testonly
Browse files Browse the repository at this point in the history
wpt-pr: 48324
wpt-type: metadata
  • Loading branch information
moz-wptsync-bot committed Oct 2, 2024
1 parent 2b85f64 commit 844d2e8
Show file tree
Hide file tree
Showing 16 changed files with 51 additions and 32 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
[select-events.tentative.html]
[Button controller code should not run if the click event is preventDefaulted.]
expected: FAIL

[Listbox controller code should not run if the click event is preventDefaulted.]
expected: FAIL

[<select> should fire input and change events when new option is selected.]
expected: FAIL

[<select> should fire input and change events even when new selected option has the same value as the old.]
expected: FAIL

[<select> should fire input and change events when option in listbox is clicked]
expected: FAIL

[Check that <Space> opens <select>.]
expected: FAIL

[Check that <Space> opens <select> when <select> specifies tabindex]
expected: FAIL

[Test that <select> button slot receives key events.]
expected: FAIL
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[selectlist-keyboard.tentative.html]
[select-keyboard.tentative.html]
[Validate Enter, Up/Down Arrow, and Space keyboard accessibility support for <select>]
expected: FAIL

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[selectlist-many-options.tentative.html]
[select-many-options.tentative.html]
[The popover should be bottom left positioned]
expected: FAIL
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[selectlist-option-focusable.tentative.html]
[select-option-focusable.tentative.html]
[Validate <option> is focusable when is a descendant of <select>]
expected: FAIL
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[select-option-label-rendering.tentative.html]
expected: FAIL
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[select-pseudo-light-dismiss-invalidation.tentative.html]
[select should not match :open when light dismissed.]
expected: FAIL
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[select-pseudo-open-closed.tentative.html]
[select should support :open and :closed pseudo selectors.]
expected: FAIL

[select :open and :closed should invalidate correctly.]
expected: FAIL
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[select-tabindex-order.tentative.html]
[Check that tabindex applies to <select>]
expected: FAIL
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[select-validity.tentative.html]
[Validation for placeholder option]
expected: FAIL
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
[selectlist-value-selectedOption.tentative.html]
[select-value-selectedOption.tentative.html]
[Test that HTMLselect with no options has empty string for value and null for selectedOption]
expected: FAIL

[Test value and selectedOption with HTMLOptionElement element option parts]
expected: FAIL

Expand All @@ -14,16 +17,13 @@
[Test that value and selectedOption are updated when options are removed]
expected: FAIL

[Test that option parts in a slotted-in listbox are reflected in the value property]
expected: FAIL

[Test that value and selectedOption are correctly updated]
[Test that slotted-in selected-value part is updated to value of select]
expected: FAIL

[Test that HTMLselect with no options has empty string for value and null for selectedOption]
[Test that option parts in a slotted-in listbox are reflected in the value property]
expected: FAIL

[Test that slotted-in selected-value part is updated to value of select]
[Test that value and selectedOption are correctly updated]
expected: FAIL

[Test that HTMLOption.selected updates select.value and select.selectedOption]
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit 844d2e8

Please sign in to comment.