commit | 8a6bbd87511441bcd1c7a36ea183fdbf54aadb51 | [log] [tgz] |
---|---|---|
author | Antonio Sartori <antoniosartori@chromium.org> | Tue Aug 24 15:05:38 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Aug 24 15:05:38 2021 |
tree | 05e70b861c4abfe9d0bcdb2c7b96a56409fa744d | |
parent | 86dbec651db98853ae6ca96e9e5b6baf4d4d979c [diff] |
[CSP] Fix WPT style-src/style-blocked Since a fetch request blocked by CSP returns a network error, document.styleSheets should still contain an item for the blocked CSS. This test was expecting none, and in fact it was failing for all vendors. While fixing the test, I also rewrote it using modern conventions. Bug: 651742 Change-Id: Id585d73a298bf36e6a660e9611efb5ababa1d6df Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3059454 Reviewed-by: Arthur Sonzogni <arthursonzogni@chromium.org> Commit-Queue: Antonio Sartori <antoniosartori@chromium.org> Cr-Commit-Position: refs/heads/main@{#914738}
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.