Implement referrerpolicy attribute on remaining elements (#34736)

Fixes #11861

Signed-off-by: Shane Handley <shanehandley@fastmail.com>
This commit is contained in:
shanehandley 2024-12-22 21:31:27 +11:00 committed by GitHub
parent 09408ae10b
commit 41f27ae80b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 25 additions and 413 deletions

View file

@ -6307,9 +6307,6 @@
[HTMLAnchorElement interface: attribute type]
expected: FAIL
[HTMLAnchorElement interface: attribute referrerPolicy]
expected: FAIL
[HTMLAnchorElement interface: attribute charset]
expected: FAIL
@ -6325,9 +6322,6 @@
[HTMLAnchorElement interface: document.createElement("a") must inherit property "type" with the proper type]
expected: FAIL
[HTMLAnchorElement interface: document.createElement("a") must inherit property "referrerPolicy" with the proper type]
expected: FAIL
[HTMLAnchorElement interface: document.createElement("a") must inherit property "charset" with the proper type]
expected: FAIL
@ -6694,9 +6688,6 @@
[HTMLAreaElement interface: attribute ping]
expected: FAIL
[HTMLAreaElement interface: attribute referrerPolicy]
expected: FAIL
[HTMLAreaElement interface: attribute noHref]
expected: FAIL
@ -6751,9 +6742,6 @@
[HTMLAreaElement interface: document.createElement("area") must inherit property "ping" with the proper type]
expected: FAIL
[HTMLAreaElement interface: document.createElement("area") must inherit property "referrerPolicy" with the proper type]
expected: FAIL
[HTMLAreaElement interface: document.createElement("area") must inherit property "noHref" with the proper type]
expected: FAIL