mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +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,71 @@
|
|||
[grouping-ol.html]
|
||||
type: testharness
|
||||
[\'reversed\' property should be defined on OL.]
|
||||
expected: FAIL
|
||||
|
||||
[\'start\' property should be defined on OL.]
|
||||
expected: FAIL
|
||||
|
||||
[\'type\' property should be defined on OL.]
|
||||
expected: FAIL
|
||||
|
||||
[OL\'s \'reversed\' IDL property reflects content attribute.]
|
||||
expected: FAIL
|
||||
|
||||
[OL\'s \'start\' IDL property reflects content attribute.]
|
||||
expected: FAIL
|
||||
|
||||
[OL\'s \'type\' IDL property reflects content attribute.]
|
||||
expected: FAIL
|
||||
|
||||
[IDL \'reversed\' attribute value false when content attribute absent]
|
||||
expected: FAIL
|
||||
|
||||
[IDL \'reversed\' attribute value true when content attribute exists]
|
||||
expected: FAIL
|
||||
|
||||
[Default start value for non-reversed list should be 1]
|
||||
expected: FAIL
|
||||
|
||||
[IDL and content attribute parse start of \'.5\' correctly.]
|
||||
expected: FAIL
|
||||
|
||||
[IDL and content attribute parse start of \'A\' correctly.]
|
||||
expected: FAIL
|
||||
|
||||
[Default start value (if none provided) for reversed list = child li elements.]
|
||||
expected: FAIL
|
||||
|
||||
[Default start value (if failed to parse) for reversed list = child li elements.]
|
||||
expected: FAIL
|
||||
|
||||
[Default start value for reversed list = child li elements (even with tons of other child elements).]
|
||||
expected: FAIL
|
||||
|
||||
[Adding child element to reversed list adds 1 to start value]
|
||||
expected: FAIL
|
||||
|
||||
[Deleting child element from reversed list reduces start value by 1]
|
||||
expected: FAIL
|
||||
|
||||
[IDL and content attribute parse start of \'2\' correctly.]
|
||||
expected: FAIL
|
||||
|
||||
[IDL and content attribute parse start of \'-10\' correctly.]
|
||||
expected: FAIL
|
||||
|
||||
[IDL and content attribute parse start of \'4.03\' correctly.]
|
||||
expected: FAIL
|
||||
|
||||
[IDL and content attribute parse start of \'-4.03\' correctly.]
|
||||
expected: FAIL
|
||||
|
||||
[IDL and content attribute parse start of \'4.9\' correctly.]
|
||||
expected: FAIL
|
||||
|
||||
[IDL and content attribute parse start of \'-4.9\' correctly.]
|
||||
expected: FAIL
|
||||
|
||||
[IDL and content attribute parse start of \'7e2\' correctly.]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[ol.start-reflection-1.html]
|
||||
type: testharness
|
||||
[ol.start - reflection test]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[ol.start-reflection-2.html]
|
||||
type: testharness
|
||||
[ol.start - reflection test]
|
||||
expected: FAIL
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue