use -moz-progress-bar pseudo element for styling <progress> element inner layout - #46974
Open
rayguo17 wants to merge 4 commits into
Open
use -moz-progress-bar pseudo element for styling <progress> element inner layout#46974rayguo17 wants to merge 4 commits into
rayguo17 wants to merge 4 commits into
Conversation
rayguo17
requested review from
Loirooriol,
gterzian and
mrobinson
as code owners
August 4, 2026 06:25
Loirooriol
reviewed
Aug 4, 2026
rayguo17
force-pushed
the
moz_progress_bar
branch
from
August 5, 2026 03:19
175eed3 to
348773b
Compare
Loirooriol
approved these changes
Aug 6, 2026
Loirooriol
left a comment
Contributor
There was a problem hiding this comment.
Error: WPT manifest is dirty. Run
./mach update-manifest.
It's better to use rev = "refs/pull/434/head" to avoid getting lint failures that can hide actual failures that you do need to address.
…ayout Signed-off-by: rayguo17 <tin.tun.aung1@huawei.com>
Signed-off-by: rayguo17 <tin.tun.aung1@huawei.com>
Signed-off-by: rayguo17 <tin.tun.aung1@huawei.com>
rayguo17
force-pushed
the
moz_progress_bar
branch
from
August 8, 2026 08:19
2f4ed44 to
6d6a5ae
Compare
Signed-off-by: rayguo17 <tin.tun.aung1@huawei.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Use Pseudo element ::-moz-progress-bar for element inner ua widget styling.
Testing: Added appearance test.
Fixes: #46650
Companion Stylo PR: servo/stylo#434