commit | 2fbf670ebec0b637332f6357be9d965aec52eeee | [log] [tgz] |
---|---|---|
author | L. David Baron <dbaron@chromium.org> | Wed Jan 04 22:18:33 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jan 04 22:18:33 2023 |
tree | a2ef5f20d0b7a8f73647a1b7e2843823fbbaac44 | |
parent | 343beeeb539df7f17093a0f220074791a754e75d [diff] |
Make test for default value of <input type=week> stricter. This makes the test for the default value of the picker for <input type=week> stricter, so that it requires an exact value (or either of two exact values if the week changes while the test is running) rather than just matching a regexp containing the current year. This should fix the test failing around the new year (during the time period when the year doesn't match the week year). (There's some risk that the logic is incorrect, but if it is, it should fail much more frequently than yearly.) Fixed: 1404392 Change-Id: I9b6d3721145904cb207bd483b73ba81a2d265fe3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4136455 Commit-Queue: David Baron <dbaron@chromium.org> Reviewed-by: Mason Freed <masonf@chromium.org> Cr-Commit-Position: refs/heads/main@{#1088976}
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.