New issue
Advanced search Search tips

Issue 853558 link

Starred by 1 user

Issue metadata

Status: Available
Owner: ----
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

<proress> doesn't react to -webkit-appearance changes appropriately.

Project Member Reported by emilio@chromium.org, Jun 17 2018

Issue description

Chrome Version: (copy from chrome://version)
OS: (e.g. Win10, MacOS 10.12, etc...)

What steps will reproduce the problem?
(1) Load the attached test-case.

What is the expected result?

Both elements should look the same.

What happens instead?

The second element doesn't recover correctly from its appearance change.

This happens because HTMLProgressElement::CreateLayoutObject looks at style.HasAppearance(), but appearance changes don't cause a layout tree rebuild.
 

Comment 1 by emilio@chromium.org, Jun 17 2018

test.html
210 bytes View Download

Sign in to add a comment