diff --git a/LayoutTests/imported/w3c/web-platform-tests/custom-elements/reactions/HTMLElement-expected.txt b/LayoutTests/imported/w3c/web-platform-tests/custom-elements/reactions/HTMLElement-expected.txt index fc0e54a15b2e4..9deb712ef7105 100644 --- a/LayoutTests/imported/w3c/web-platform-tests/custom-elements/reactions/HTMLElement-expected.txt +++ b/LayoutTests/imported/w3c/web-platform-tests/custom-elements/reactions/HTMLElement-expected.txt @@ -1,4 +1,8 @@ +PASS cue on HTMLElement must enqueue an attributeChanged reaction when adding cue content attribute +PASS cue on HTMLElement must enqueue an attributeChanged reaction when replacing an existing attribute +PASS cuebackground on HTMLElement must enqueue an attributeChanged reaction when adding cuebackground content attribute +PASS cuebackground on HTMLElement must enqueue an attributeChanged reaction when replacing an existing attribute PASS title on HTMLElement must enqueue an attributeChanged reaction when adding title content attribute PASS title on HTMLElement must enqueue an attributeChanged reaction when replacing an existing attribute PASS lang on HTMLElement must enqueue an attributeChanged reaction when adding lang content attribute diff --git a/LayoutTests/imported/w3c/web-platform-tests/custom-elements/reactions/HTMLElement.html b/LayoutTests/imported/w3c/web-platform-tests/custom-elements/reactions/HTMLElement.html index bd252282161b5..38b7efc2b18f4 100644 --- a/LayoutTests/imported/w3c/web-platform-tests/custom-elements/reactions/HTMLElement.html +++ b/LayoutTests/imported/w3c/web-platform-tests/custom-elements/reactions/HTMLElement.html @@ -13,7 +13,8 @@
+ + + + + + + + +