Cargoify servo

This commit is contained in:
Jack Moffitt 2014-08-28 09:34:23 -06:00
parent db2f642c32
commit c6ab60dbfc
1761 changed files with 8423 additions and 2294 deletions

View file

@ -0,0 +1,14 @@
[progress-2.html]
type: testharness
[progress position equals -1]
expected: FAIL
[progress value equals 0]
expected: FAIL
[progress value equals .5]
expected: FAIL
[progress position equals 0]
expected: FAIL

View file

@ -0,0 +1,35 @@
[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