mirror of
https://github.com/servo/servo
synced 2026-04-30 03:17:15 +02:00
Implement HTMLLIElement#value
This commit is contained in:
@@ -3,33 +3,3 @@
|
||||
[li should have a 'value' attribute]
|
||||
expected: FAIL
|
||||
|
||||
[Default (unspecified) value of value is 0.]
|
||||
expected: FAIL
|
||||
|
||||
[.value property reflects content attribute - and both parse value of '2' correctly.]
|
||||
expected: FAIL
|
||||
|
||||
[IDL and content attribute parse value of '-10' correctly.]
|
||||
expected: FAIL
|
||||
|
||||
[IDL and content attribute parse value of '4.03' correctly.]
|
||||
expected: FAIL
|
||||
|
||||
[IDL and content attribute parse value of '-4.03' correctly.]
|
||||
expected: FAIL
|
||||
|
||||
[IDL and content attribute parse value of '4.9' correctly.]
|
||||
expected: FAIL
|
||||
|
||||
[IDL and content attribute parse value of '-4.9' correctly.]
|
||||
expected: FAIL
|
||||
|
||||
[IDL and content attribute parse value of '7e2' correctly.]
|
||||
expected: FAIL
|
||||
|
||||
[IDL and content attribute parse value of '.5' correctly.]
|
||||
expected: FAIL
|
||||
|
||||
[IDL and content attribute parse value of 'A' correctly.]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
Reference in New Issue
Block a user