[Webkit-unassigned] [Bug 257183] New: Some UserActivation tests are incorrect and could use a cleanup

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 22 22:07:18 PDT 2023


https://bugs.webkit.org/show_bug.cgi?id=257183

            Bug ID: 257183
           Summary: Some UserActivation tests are incorrect and could use
                    a cleanup
           Product: WebKit
           Version: Other
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: marcosc at apple.com

In particular: 

* consumption-sameorigin.html - it's same origin, so it doesn't need to use postMessage()!
* propagation-crossorigin.sub.html - the current structure is way too hard to follow. It should just use async/await. 

Further, propagation-crossorigin.sub.html makes a number of incorrect assumptions: it seems to assume that hasBeenActive gets reflected across origins. That's wrong per the HTML spec (or at least my reading of "activation notification").
https://html.spec.whatwg.org/#activation-notification


which says it only applies same origin.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230523/f9facdb4/attachment.htm>


More information about the webkit-unassigned mailing list