Files
servo/tests/wpt/metadata/html/semantics/forms/the-progress-element/progress.html.ini
Jack Moffitt c6ab60dbfc Cargoify servo
2014-09-08 20:21:42 -06:00

36 lines
896 B
INI

[progress.html]
type: testharness
[Indeterminate progress bar should have position -1]
expected: FAIL
[Revoming the value attribute makes an intermediate progress bar, which should have position -1]
expected: FAIL
[Determinate progress bar should have fractional position]
expected: FAIL
[Indeterminate progress bar should have value 0]
expected: FAIL
[Value must equal max if the parsed value is larger than max]
expected: FAIL
[Max must be 1 by default]
expected: FAIL
[Max must be 1 by default, even if value is specified]
expected: FAIL
[Max must be 1 if max value is invalid]
expected: FAIL
[Max must be 1 if the parsed max value is less than or equal to zero]
expected: FAIL
[Value must be 0 if value is invalid]
expected: FAIL
[Value must be 0 if the parsed value is less than or equal to zero]
expected: FAIL