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,98 @@
[grouping-blockquote.sub.html]
type: testharness
[The prototype for blockquote is HTMLQuoteElement.prototype]
expected: FAIL
[blockquote should have \'cite\' as own property.]
expected: FAIL
[If the cite content attribute is absent, the IDL attribute must return the empty string.]
expected: FAIL
[Setting cite IDL sets content attribute to specified literal value.]
expected: FAIL
[blockquote #1: cite content attribute registers markup.]
expected: FAIL
[blockquote #2: cite content attribute registers markup.]
expected: FAIL
[blockquote #3: cite content attribute registers markup.]
expected: FAIL
[blockquote #4: cite content attribute registers markup.]
expected: FAIL
[blockquote #5: cite content attribute registers markup.]
expected: FAIL
[blockquote #6: cite content attribute registers markup.]
expected: FAIL
[blockquote #7: cite content attribute registers markup.]
expected: FAIL
[blockquote #8: cite content attribute registers markup.]
expected: FAIL
[blockquote #9: cite content attribute registers markup.]
expected: FAIL
[blockquote #10: cite content attribute registers markup.]
expected: FAIL
[blockquote #11: cite content attribute registers markup.]
expected: FAIL
[blockquote #12: cite content attribute registers markup.]
expected: FAIL
[blockquote #13: cite content attribute registers markup.]
expected: FAIL
[blockquote #14: cite content attribute registers markup.]
expected: FAIL
[blockquote #1: cite IDL reflects content attribute.]
expected: FAIL
[blockquote #2: cite IDL reflects content attribute.]
expected: FAIL
[blockquote #3: cite IDL reflects content attribute.]
expected: FAIL
[blockquote #4: cite IDL reflects content attribute.]
expected: FAIL
[blockquote #5: cite IDL reflects content attribute.]
expected: FAIL
[blockquote #6: cite IDL reflects content attribute.]
expected: FAIL
[blockquote #7: cite IDL reflects content attribute.]
expected: FAIL
[blockquote #8: cite IDL reflects content attribute.]
expected: FAIL
[blockquote #9: cite IDL reflects content attribute.]
expected: FAIL
[blockquote #10: cite IDL reflects content attribute.]
expected: FAIL
[blockquote #11: cite IDL reflects content attribute.]
expected: FAIL
[blockquote #12: cite IDL reflects content attribute.]
expected: FAIL
[blockquote #13: cite IDL reflects content attribute.]
expected: FAIL
[blockquote #14: cite IDL reflects content attribute.]
expected: FAIL

View file

@ -0,0 +1,35 @@
[grouping-li.html]
type: testharness
[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

View file

@ -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

View file

@ -0,0 +1,5 @@
[ol.start-reflection-1.html]
type: testharness
[ol.start - reflection test]
expected: FAIL

View file

@ -0,0 +1,5 @@
[ol.start-reflection-2.html]
type: testharness
[ol.start - reflection test]
expected: FAIL