Annotate insertAdjacentHTML with CEReactions

This commit is contained in:
Connor Brewster 2017-08-18 13:59:53 -05:00
parent f6a42ed9c1
commit 9c6292f294
2 changed files with 1 additions and 7 deletions

View file

@ -77,7 +77,7 @@ interface Element : Node {
Element? insertAdjacentElement(DOMString where_, Element element); // historical
[Throws]
void insertAdjacentText(DOMString where_, DOMString data);
[Throws]
[CEReactions, Throws]
void insertAdjacentHTML(DOMString position, DOMString html);
};

View file

@ -6,9 +6,3 @@
[slot on Element must enqueue an attributeChanged reaction when replacing an existing attribute]
expected: FAIL
[insertAdjacentHTML on Element must enqueue a connected reaction for a newly constructed custom element]
expected: FAIL
[insertAdjacentHTML on Element must enqueue a attributeChanged reaction for a newly constructed custom element]
expected: FAIL