Bug 168366 - [GTK] Test http/tests/security/credentials-iframes.html fails
Summary: [GTK] Test http/tests/security/credentials-iframes.html fails
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: WebKit Local Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: Gtk, LayoutTestFailure
Depends on:
Blocks:
 
Reported: 2017-02-15 06:06 PST by Carlos Garcia Campos
Modified: 2018-02-16 05:28 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Carlos Garcia Campos 2017-02-15 06:06:44 PST
It's supposed to not use credentials in the iframe request evne when the policy allows to use credentials storage because BlockThirdParty storage blocking policy is used. Non-mac ports don't really support that, because I think they use the cache partitioning for this. We don't expose storage blocking policy in the API either, so it's not a big deal.
Comment 1 Claudio Saavedra 2018-02-16 05:28:43 PST
Adding new and failing http/tests/security/credentials-iframes-allowCrossOriginSubresourcesToAskForCredentials.html, which is basically the same with allowCrossOriginSubresourcesToAskForCredentials=true and was copied from the credentials-iframes.html test.