-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
eac86fe
commit d0147c5
Showing
1 changed file
with
38 additions
and
33 deletions.
There are no files selected for viewing
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,34 +1,39 @@ | ||
links: | ||
- product: firefox | ||
url: https://bugzilla.mozilla.org/show_bug.cgi?id=1655831 | ||
results: | ||
- test: state-pseudo-class.html | ||
subtest: :state() and :host() | ||
- test: state-pseudo-class.html | ||
subtest: :state() and ::part() | ||
- test: state-pseudo-class.html | ||
subtest: :state() in simple cases | ||
- test: state-pseudo-class.html | ||
subtest: :state() and other pseudo classes | ||
- test: state-pseudo-class.html | ||
subtest: :state() serialization | ||
- test: ElementInternals-states.html | ||
subtest: 'DOMTokenList behavior of ElementInternals.states: Initial state' | ||
- test: ElementInternals-states.html | ||
subtest: 'DOMTokenList behavior of ElementInternals.states: Exceptions' | ||
- test: ElementInternals-states.html | ||
subtest: 'DOMTokenList behavior of ElementInternals.states: Modifications' | ||
- product: firefox | ||
url: https://bugzilla.mozilla.org/show_bug.cgi?id=1697820 | ||
results: | ||
- test: ElementInternals-states.html | ||
subtest: 'CustomStateSet behavior of ElementInternals.states: Initial state' | ||
- test: ElementInternals-states.html | ||
subtest: 'CustomStateSet behavior of ElementInternals.states: Exceptions' | ||
- test: ElementInternals-states.html | ||
subtest: 'CustomStateSet behavior of ElementInternals.states: Modifications' | ||
- product: firefox | ||
url: https://bugzilla.mozilla.org/show_bug.cgi?id=1588763 | ||
results: | ||
- test: ElementInternals-states.html | ||
- test: state-pseudo-class.html | ||
- product: firefox | ||
results: | ||
- subtest: :state() and :host() | ||
test: state-pseudo-class.html | ||
- subtest: :state() and ::part() | ||
test: state-pseudo-class.html | ||
- subtest: :state() in simple cases | ||
test: state-pseudo-class.html | ||
- subtest: :state() and other pseudo classes | ||
test: state-pseudo-class.html | ||
- subtest: :state() serialization | ||
test: state-pseudo-class.html | ||
- subtest: 'DOMTokenList behavior of ElementInternals.states: Initial state' | ||
test: ElementInternals-states.html | ||
- subtest: 'DOMTokenList behavior of ElementInternals.states: Exceptions' | ||
test: ElementInternals-states.html | ||
- subtest: 'DOMTokenList behavior of ElementInternals.states: Modifications' | ||
test: ElementInternals-states.html | ||
url: https://bugzilla.mozilla.org/show_bug.cgi?id=1655831 | ||
- product: firefox | ||
results: | ||
- subtest: 'CustomStateSet behavior of ElementInternals.states: Initial state' | ||
test: ElementInternals-states.html | ||
- subtest: 'CustomStateSet behavior of ElementInternals.states: Exceptions' | ||
test: ElementInternals-states.html | ||
- subtest: 'CustomStateSet behavior of ElementInternals.states: Modifications' | ||
test: ElementInternals-states.html | ||
url: https://bugzilla.mozilla.org/show_bug.cgi?id=1697820 | ||
- product: firefox | ||
results: | ||
- test: ElementInternals-states.html | ||
- test: state-pseudo-class.html | ||
url: https://bugzilla.mozilla.org/show_bug.cgi?id=1588763 | ||
- product: firefox | ||
results: | ||
- subtest: Updating a CustomStateSet while iterating it should work | ||
test: ElementInternals-states.html | ||
url: https://bugzilla.mozilla.org/show_bug.cgi?id=1871706 |