-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change base-select icon from background-image to svg elements #46152
Conversation
f453f75
to
5b7951d
Compare
Putting the svg in a data url for background-image was not as customizable in CSS for developers, but using an actual svg element is: openui/open-ui#881 Bug: 40146374 Fixed: 337904202 Change-Id: If1528b3df97e31de5b86b27a6aa935223ff0f0a4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5522663 Reviewed-by: David Baron <[email protected]> Commit-Queue: Joey Arhar <[email protected]> Cr-Commit-Position: refs/heads/main@{#1300224}
5b7951d
to
aaea226
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The review process for this patch is being conducted in the Chromium project.
./wpt lint --all --github-checks-text-file=/home/test/artifacts/checkrun.md |
Pinged author on the CL. @KyleJu, can you help admin merge? |
testdriver is not supported in reftests: #13183 #46152 I worked around using testdriver in some of these tests, but others really need to use testdriver so I put a comment in them saying that the test probably won't work until testdriver in reftests is supported. These tests are still worth keeping not only for future support but because they work properly when run with run_web_tests.py. Bug: 40146374 Change-Id: I73d02e5ead3c2dd4c84300e78f6502357dd7524b
@WeizhongX @KyleJu since this PR added html/semantics/forms/the-select-element/stylable-select/select-appearance-dark-mode.tentative.html, the lint failure wasn't preexisting and admin merging in this case ended up blocking unrelated PRs. I'm quickfixing in #46251. |
Ah, sorry... Joey has made https://chromium-review.googlesource.com/c/chromium/src/+/5536157. After that we can remove those lines added to lint.ignore. |
@WeizhongX I agree doing that would be great. I don't know quite what would be involved however. Is it blocking Chromium's migration to wptrunner? cc @past |
Not blocking, but some tests will fail. |
Putting the svg in a data url for background-image was not as
customizable in CSS for developers, but using an actual svg element is:
openui/open-ui#881
Bug: 40146374
Fixed: 337904202
Change-Id: If1528b3df97e31de5b86b27a6aa935223ff0f0a4
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5522663
Reviewed-by: David Baron <[email protected]>
Commit-Queue: Joey Arhar <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1300224}