diff options
author | shanehandley <1322294+shanehandley@users.noreply.github.com> | 2024-12-22 21:31:27 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-22 10:31:27 +0000 |
commit | 41f27ae80b9519bde413b095a0131a76ae51319d (patch) | |
tree | 83796b5cf3c3be26ee7fa826de4e24b68645913f /tests/wpt/meta/custom-elements/reactions | |
parent | 09408ae10b2ffb8f2b6d78155ea970f670feb9ab (diff) | |
download | servo-41f27ae80b9519bde413b095a0131a76ae51319d.tar.gz servo-41f27ae80b9519bde413b095a0131a76ae51319d.zip |
Implement referrerpolicy attribute on remaining elements (#34736)
Fixes #11861
Signed-off-by: Shane Handley <shanehandley@fastmail.com>
Diffstat (limited to 'tests/wpt/meta/custom-elements/reactions')
-rw-r--r-- | tests/wpt/meta/custom-elements/reactions/customized-builtins/HTMLAreaElement.html.ini | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/wpt/meta/custom-elements/reactions/customized-builtins/HTMLAreaElement.html.ini b/tests/wpt/meta/custom-elements/reactions/customized-builtins/HTMLAreaElement.html.ini index 3701b29cccc..979f0892854 100644 --- a/tests/wpt/meta/custom-elements/reactions/customized-builtins/HTMLAreaElement.html.ini +++ b/tests/wpt/meta/custom-elements/reactions/customized-builtins/HTMLAreaElement.html.ini @@ -28,9 +28,3 @@ [ping on HTMLAreaElement must enqueue an attributeChanged reaction when replacing an existing attribute] expected: FAIL - - [referrerPolicy on HTMLAreaElement must enqueue an attributeChanged reaction when adding a new attribute] - expected: FAIL - - [referrerPolicy on HTMLAreaElement must enqueue an attributeChanged reaction when replacing an existing attribute] - expected: FAIL |