mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Cargoify servo
This commit is contained in:
parent
db2f642c32
commit
c6ab60dbfc
1761 changed files with 8423 additions and 2294 deletions
|
@ -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
|
||||
|
|
@ -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
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue