Click here to download the Blitz Browser!

WPT

wpt / html / semantics / forms / the-meter-element / meter.html

Spec: HTML ↗

Runs: Chrome 155.0.8043.0 (wpt@b89af32bc, 2026-09-05) | Firefox 157.0a1 (wpt@b89af32bc, 2026-09-05) | Safari 251 preview (wpt@b89af32bc, 2026-09-05) | Ladybird 1.0-f437c (wpt@b89af32bc, 2026-09-06) | Servo Servo 0.6 (wpt@2c385f65e, 2026-09-04) | Blitz a50cb8971 (wpt@a95401e4e, 2026-09-03)

View on the Blitz WPT dashboard | Open test on wpt.live | wpt.fyi

ChromeFirefoxSafariLadybirdServoBlitz
Total50/5050/5050/5050/5050/50NOT RUN
SubtestChromeFirefoxSafariLadybirdServoBlitz
Default valuesPASSPASSPASSPASSPASS
Setting values to min, max, low, high and optimumPASSPASSPASSPASSPASS
max < minPASSPASSPASSPASSPASS
value < minPASSPASSPASSPASSPASS
value > maxPASSPASSPASSPASSPASS
low < minPASSPASSPASSPASSPASS
low > maxPASSPASSPASSPASSPASS
high < lowPASSPASSPASSPASSPASS
high > maxPASSPASSPASSPASSPASS
optimum < minPASSPASSPASSPASSPASS
optimum > maxPASSPASSPASSPASSPASS
Invalid floating-point number valuesPASSPASSPASSPASSPASS
value must be 0 when a string is givenPASSPASSPASSPASSPASS
default value of min is 0PASSPASSPASSPASSPASS
If min is not specified and value is smaller than the default value of min (i.e. 0), the actual value must be 0PASSPASSPASSPASSPASS
default value of max is 1.0PASSPASSPASSPASSPASS
If max is not specified and value is larger than the default value of max (i.e. 1.0), the actual value must be 1.0PASSPASSPASSPASSPASS
If a value smaller than 1.0 is given to min and max is not specified, max must be the same value as its default value (i.e. 1.0)PASSPASSPASSPASSPASS
If a value smaller than 1.0 is given to min, max is not specified, and value is larger than the default value of max (i.e. 1.0), the actual value must be 1.0PASSPASSPASSPASSPASS
If a value larger than or equal to 1.0 is given to min and max is not specified, max must be the same value as minPASSPASSPASSPASSPASS
If a value larger than or equal to 1.0 is given to min and max is not specified, the actual value must be the same value as minPASSPASSPASSPASSPASS
If a value smaller than 0 is given to max and min is not specified, min must be be the same value as its default value (i.e. 0)PASSPASSPASSPASSPASS
If a value smaller than 0 is given to max and min is not specified, max must be be the same value as the default value of min (i.e. 0)PASSPASSPASSPASSPASS
If a value smaller than 0 is given to max and min is not specified, the actual value must be be the same value as the default value of min (i.e. 0)PASSPASSPASSPASSPASS
If a value larger than or equal to 0 is given to max and min is not specified, max must be the same value as the default value of min (i.e. 0)PASSPASSPASSPASSPASS
If a value larger than or equal to 0 is given to max and min is not specified, min must be the same value as its default value (i.e. 0)PASSPASSPASSPASSPASS
If a value larger than or equal to 0 is given to max and min is not specified, the actual value must be the same value as the default value of min (i.e. 0)PASSPASSPASSPASSPASS
min must be 0 when a string is givenPASSPASSPASSPASSPASS
If a string is given to min and value is smaller than the default value of min (i.e. 0), the actual value must be 0PASSPASSPASSPASSPASS
max must be 1.0 when a string is givenPASSPASSPASSPASSPASS
If a string is given to max and value is larger than the default value of min (i.e. 1.0), the actual value must be 1.0PASSPASSPASSPASSPASS
giving a string to low must not affect the actual valuePASSPASSPASSPASSPASS
high must equal max when a string is given to highPASSPASSPASSPASSPASS
giving a string to high must not affect the actual valuePASSPASSPASSPASSPASS
value must not be smaller than minPASSPASSPASSPASSPASS
value must not be larger than maxPASSPASSPASSPASSPASS
default low and high values equal min and max, respectivelyPASSPASSPASSPASSPASS
default low and high values equal 0 and 1.0 respectively, if both low and high are not specifiedPASSPASSPASSPASSPASS
low must not be smaller than minPASSPASSPASSPASSPASS
low must not be larger than maxPASSPASSPASSPASSPASS
high must not be smaller than minPASSPASSPASSPASSPASS
high must not be larger than maxPASSPASSPASSPASSPASS
If min is not specified, low must not be smaller than default value of min (i.e. 0)PASSPASSPASSPASSPASS
If a value smaller than low is given to high, it must be set to the same value as lowPASSPASSPASSPASSPASS
If max is not specified, high must not be larger than default value of max (i.e. 1.0)PASSPASSPASSPASSPASS
optimum smaller than minPASSPASSPASSPASSPASS
optimum (smaller than min) must not affect min and the actual valuePASSPASSPASSPASSPASS
optimum smaller than maxPASSPASSPASSPASSPASS
optimum (larger than max) must not affect max and the actual valuePASSPASSPASSPASSPASS
default optimum value is the midpoint between min and maxPASSPASSPASSPASSPASS