-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Attempt de-flaking of requestStorageAccess WPT tests
Analysis of the `nested-same-origin-frame` test indicated it sometimes reported having user activation, and a call to requestStorageAccess() would then pass when it was expected to fail. The belief is that this is an artifact of interleaving of iframe loads with the simulated click on the page, so we instead wait for the iframe tests to complete before simulating activation. Bug: 1054577,1229084 Change-Id: I3f9294bbdafc92ff95e20f82e60d09f27f5e7a45 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3846044 Reviewed-by: Brandon Maslen <[email protected]> Commit-Queue: Matt Reichhoff <[email protected]> Cr-Commit-Position: refs/heads/main@{#1038771}
- Loading branch information
1 parent
8af9a10
commit 595d0a1
Showing
2 changed files
with
47 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters