diff --git a/custom-elements/state/tentative/META.yml b/custom-elements/state/tentative/META.yml index 71c557353..c2c8eb6e9 100644 --- a/custom-elements/state/tentative/META.yml +++ b/custom-elements/state/tentative/META.yml @@ -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