blob: daf9fa370c3ed940548cab6cf397414dcd8c525a [file] [log] [blame]
CONSOLE WARNING: The <keygen> element is deprecated and will be removed in M54, around October 2016. See https://www.chromestatus.com/features/5716060992962560 for more details.
This is a testharness.js-based test.
PASS The prototype for OL is HTMLOListElement.prototype
FAIL 'reversed' property should be defined on OL. assert_own_property: expected property "reversed" missing
FAIL 'start' property should be defined on OL. assert_own_property: expected property "start" missing
FAIL 'type' property should be defined on OL. assert_own_property: expected property "type" missing
PASS OL's 'reversed' IDL property reflects content attribute.
PASS OL's 'start' IDL property reflects content attribute.
PASS OL's 'type' IDL property reflects content attribute.
PASS IDL 'reversed' attribute value false when content attribute absent
PASS IDL 'reversed' attribute value true when content attribute exists
PASS Changing IDL 'reversed' property changes list's reversed property.
PASS Default start value for non-reversed list should be 1
PASS IDL and content attribute parse start of '.5' correctly.
PASS IDL and content attribute parse start of 'A' correctly.
PASS Default start value (if none provided) for reversed list = child li elements.
PASS Default start value (if failed to parse) for reversed list = child li elements.
PASS Default start value for reversed list = child li elements (even with tons of other child elements).
FAIL Adding child element to reversed list adds 1 to start value assert_equals: Adding child element to reversed list adds 1 to start value expected 4 but got 3
PASS Deleting child element from reversed list reduces start value by 1
PASS IDL and content attribute parse start of '2' correctly.
PASS IDL and content attribute parse start of '-10' correctly.
PASS IDL and content attribute parse start of '4.03' correctly.
PASS IDL and content attribute parse start of '-4.03' correctly.
PASS IDL and content attribute parse start of '4.9' correctly.
PASS IDL and content attribute parse start of '-4.9' correctly.
PASS IDL and content attribute parse start of '7e2' correctly.
Harness: the test ran to completion.