Horizontal meters with the non-themed default style
Providing meter styles
- has border
- has padding
- has margin
- has box-shadow
- 50 Background CSS property does not disable -webkit-appearance.
Providing bar and/or value styles
default -webkit-appearance, thus should use Shadow DOM CSS rendring.
- has bar style but should ignore it.
- has value style but should ignore it.
- has both styles but should ignore them.
Providing appearances
- 80 has "none" appearance, should render METER content.
- 80% gets "none" appearance after the initial rendering with "meter" appearance.
Providing bar paddings
has "padding" on the bar.