Back to Chromium

Meter Styles

third_party/blink/web_tests/fast/dom/HTMLMeterElement/meter-styles.html

149.0.7827.2622 B
Original Source

Horizontal meters with the non-themed default style

Providing meter styles

  • has border
  • has padding
  • has margin
  • has box-shadow
  • 50 has background

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 with fallback style.
  • 80% gets "none" appearance after the initial rendering with "meter" appearance.

Providing bar paddings

has "padding" on the bar.