mirror of
https://github.com/servo/servo.git
synced 2025-08-15 02:15:33 +01:00
Add ReferrerPolicy IDL attribute to iframes (#34526)
Signed-off-by: Shane Handley <shanehandley@fastmail.com>
This commit is contained in:
parent
b3977e7f6c
commit
3363e1a261
10 changed files with 29 additions and 206 deletions
|
@ -6415,9 +6415,6 @@
|
|||
[HTMLIFrameElement interface: attribute allow]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLIFrameElement interface: attribute referrerPolicy]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLIFrameElement interface: attribute loading]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -6445,9 +6442,6 @@
|
|||
[HTMLIFrameElement interface: document.createElement("iframe") must inherit property "allow" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLIFrameElement interface: document.createElement("iframe") must inherit property "referrerPolicy" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLIFrameElement interface: document.createElement("iframe") must inherit property "loading" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue