diff options
author | shanehandley <1322294+shanehandley@users.noreply.github.com> | 2024-12-09 02:28:49 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-08 15:28:49 +0000 |
commit | 3363e1a26102eed3083d72aaa7b769de8fd0844e (patch) | |
tree | 0eef4809ae894d5bdbfe56e333f734d8621c8600 /tests/wpt/meta/html | |
parent | b3977e7f6cb21b869c424a40bfae6b536675a530 (diff) | |
download | servo-3363e1a26102eed3083d72aaa7b769de8fd0844e.tar.gz servo-3363e1a26102eed3083d72aaa7b769de8fd0844e.zip |
Add ReferrerPolicy IDL attribute to iframes (#34526)
Signed-off-by: Shane Handley <shanehandley@fastmail.com>
Diffstat (limited to 'tests/wpt/meta/html')
-rw-r--r-- | tests/wpt/meta/html/dom/idlharness.https.html.ini | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/wpt/meta/html/dom/idlharness.https.html.ini b/tests/wpt/meta/html/dom/idlharness.https.html.ini index eedf2e1f139..84e63d5ebe3 100644 --- a/tests/wpt/meta/html/dom/idlharness.https.html.ini +++ b/tests/wpt/meta/html/dom/idlharness.https.html.ini @@ -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 |