Skip to content

Commit

Permalink
Annotate insertAdjacentHTML with CEReactions
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrewster committed Aug 18, 2017
1 parent f6a42ed commit 9c6292f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion components/script/dom/webidls/Element.webidl
Expand Up @@ -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);
};

Expand Down
6 changes: 0 additions & 6 deletions tests/wpt/metadata/custom-elements/reactions/Element.html.ini
Expand Up @@ -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

0 comments on commit 9c6292f

Please sign in to comment.