Conversation
johannhof
left a comment
There was a problem hiding this comment.
This seems to match Chrome's behavior, thanks
|
Do you happen to know if we have any test coverage for this? |
|
What is "top level" here? HTML says "implementation defined"... Is it supposed to check the top window's origin? Gecko blocks any request if a third party iframe is involved at all - ABA is also blocked. Per our telemetry nobody is doing ABA permission request and so far nobody complained. |
|
It's implementation-defined for shared/service workers only so I guess your question is what should happen for shared workers since service workers are handled already? It's a good question and I'm not sure any of that is well-defined at the moment. |
|
Interesting, Chrome should not fail these. I filed https://issues.chromium.org/498745938. We can probably also make it non-tentative? |
Fixes #177.
(See WHATWG Working Mode: Changes for more details.)