commit | 1b4dbbb4388de6055ce7bcd48176640f374b54ad | [log] [tgz] |
---|---|---|
author | Tsuyoshi Horo <horo@chromium.org> | Thu Feb 03 02:29:55 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Feb 03 02:29:55 2022 |
tree | ace53dc9fdca88f38b8b90a06df59ecd9037d46e | |
parent | 8b1c28965eee3cd753c005e2d00cd96edbd2fdfc [diff] |
Fix iframe_sandbox_allow_top_navigation tests The tests iframe_sandbox_allow_top_navigation-1.html and iframe_sandbox_allow_top_navigation-3.html are failing because they are using main frame navigations to data URLs to send a message to the opener. But main frame navigations to data URLs were blocked by https://codereview.chromium.org/2702503002. So this CL change the tests to use a normal html file on the server to send a message to the opener. Bug: 853146 Change-Id: Ie6c8274d68bafb2683324cdd0c87881b7878c547 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3422427 Reviewed-by: Mustafa Emre Acer <meacer@chromium.org> Commit-Queue: Tsuyoshi Horo <horo@chromium.org> Cr-Commit-Position: refs/heads/main@{#966554}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.