summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/custom-elements/reactions/with-exceptions.html
Commit message (Collapse)AuthorAgeLines
* Bug 1415761 - Catch the exception and rethrow it after invoking custom ↵Gaming4JC2020-01-26-0/+31
elements reactions; The spec was unclear on how CEReactions interact with thrown exceptions; see https://github.com/whatwg/html/issues/3217. The spec is now being clarified in https://github.com/whatwg/html/pull/3235. Tag UXP Issue #1344