commit | 03da8a12f8bc8fb02e34d1d54b21d7617b662907 | [log] [tgz] |
---|---|---|
author | Joey Arhar <jarhar@chromium.org> | Fri May 02 22:59:53 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri May 02 22:59:53 2025 |
tree | 9102af8cf09e52b81fc7adf653a0ae76512021b2 | |
parent | 08c1089dbe7c76ee35c1ae07030db6772b65dcec [diff] |
Allow <input> in <select> with wrapper tags This patch makes <input> get parsed as expected in <select> if there is another tag in between the <select> and <input>, such as <select><div><input>, in order to ensure compatibility with the legacy behavior where <input> adds a closing </select> tag. Bug: 402429384 Change-Id: Iff21245d0555844aa636eb002866bb3ed5af4d42 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6435161 Reviewed-by: Mason Freed <masonf@chromium.org> Commit-Queue: Joey Arhar <jarhar@chromium.org> Cr-Commit-Position: refs/heads/main@{#1455251}
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.