Update web-platform-tests expected data to revision 2a9fd810bb18610b422dbc3998ab74aa1bffae95

This commit is contained in:
James Graham 2015-04-24 15:54:58 +01:00
parent f837e575fe
commit 291ac06c01
109 changed files with 2512 additions and 2559 deletions

View file

@ -1,35 +1,35 @@
[grouping-li.html]
type: testharness
[li should have a \'value\' attribute]
[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.]
[.value property reflects content attribute - and both parse value of '2' correctly.]
expected: FAIL
[IDL and content attribute parse value of \'-10\' correctly.]
[IDL and content attribute parse value of '-10' correctly.]
expected: FAIL
[IDL and content attribute parse value of \'4.03\' correctly.]
[IDL and content attribute parse value of '4.03' correctly.]
expected: FAIL
[IDL and content attribute parse value of \'-4.03\' correctly.]
[IDL and content attribute parse value of '-4.03' correctly.]
expected: FAIL
[IDL and content attribute parse value of \'4.9\' correctly.]
[IDL and content attribute parse value of '4.9' correctly.]
expected: FAIL
[IDL and content attribute parse value of \'-4.9\' correctly.]
[IDL and content attribute parse value of '-4.9' correctly.]
expected: FAIL
[IDL and content attribute parse value of \'7e2\' correctly.]
[IDL and content attribute parse value of '7e2' correctly.]
expected: FAIL
[IDL and content attribute parse value of \'.5\' correctly.]
[IDL and content attribute parse value of '.5' correctly.]
expected: FAIL
[IDL and content attribute parse value of \'A\' correctly.]
[IDL and content attribute parse value of 'A' correctly.]
expected: FAIL

View file

@ -1,36 +1,36 @@
[grouping-ol.html]
type: testharness
[\'reversed\' property should be defined on OL.]
['reversed' property should be defined on OL.]
expected: FAIL
[\'start\' property should be defined on OL.]
['start' property should be defined on OL.]
expected: FAIL
[\'type\' property should be defined on OL.]
['type' property should be defined on OL.]
expected: FAIL
[OL\'s \'reversed\' IDL property reflects content attribute.]
[OL's 'reversed' IDL property reflects content attribute.]
expected: FAIL
[OL\'s \'start\' IDL property reflects content attribute.]
[OL's 'start' IDL property reflects content attribute.]
expected: FAIL
[OL\'s \'type\' IDL property reflects content attribute.]
[OL's 'type' IDL property reflects content attribute.]
expected: FAIL
[IDL \'reversed\' attribute value false when content attribute absent]
[IDL 'reversed' attribute value false when content attribute absent]
expected: FAIL
[IDL \'reversed\' attribute value true when content attribute exists]
[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.]
[IDL and content attribute parse start of '.5' correctly.]
expected: FAIL
[IDL and content attribute parse start of \'A\' correctly.]
[IDL and content attribute parse start of 'A' correctly.]
expected: FAIL
[Default start value (if none provided) for reversed list = child li elements.]
@ -48,24 +48,24 @@
[Deleting child element from reversed list reduces start value by 1]
expected: FAIL
[IDL and content attribute parse start of \'2\' correctly.]
[IDL and content attribute parse start of '2' correctly.]
expected: FAIL
[IDL and content attribute parse start of \'-10\' correctly.]
[IDL and content attribute parse start of '-10' correctly.]
expected: FAIL
[IDL and content attribute parse start of \'4.03\' correctly.]
[IDL and content attribute parse start of '4.03' correctly.]
expected: FAIL
[IDL and content attribute parse start of \'-4.03\' correctly.]
[IDL and content attribute parse start of '-4.03' correctly.]
expected: FAIL
[IDL and content attribute parse start of \'4.9\' correctly.]
[IDL and content attribute parse start of '4.9' correctly.]
expected: FAIL
[IDL and content attribute parse start of \'-4.9\' correctly.]
[IDL and content attribute parse start of '-4.9' correctly.]
expected: FAIL
[IDL and content attribute parse start of \'7e2\' correctly.]
[IDL and content attribute parse start of '7e2' correctly.]
expected: FAIL