Pass | The prototype for OL is HTMLOListElement.prototype | Asserts runPass | assert_equals(object "[object HTMLOListElement]", object "[object HTMLOListElement]", "HTMLOListElement.prototype should be used for OL")
at Test.<anonymous> ( /html/semantics/grouping-content/the-ol-element/grouping-ol.html:166:13) |
|
Pass | 'reversed' property should be defined on OL. | Asserts runPass | assert_idl_attribute(Element node <ol id="basic"> <li>list item</li> <li>li..., "reversed")
at Test.<anonymous> ( /html/semantics/grouping-content/the-ol-element/grouping-ol.html:172:13) |
|
Pass | 'start' property should be defined on OL. | Asserts runPass | assert_idl_attribute(Element node <ol id="basic"> <li>list item</li> <li>li..., "start")
at Test.<anonymous> ( /html/semantics/grouping-content/the-ol-element/grouping-ol.html:177:13) |
|
Pass | 'type' property should be defined on OL. | Asserts runPass | assert_idl_attribute(Element node <ol id="basic"> <li>list item</li> <li>li..., "type")
at Test.<anonymous> ( /html/semantics/grouping-content/the-ol-element/grouping-ol.html:182:13) |
|
Pass | OL's 'reversed' IDL property reflects content attribute. | Asserts runPass | assert_true(true)
at Test.<anonymous> ( /html/semantics/grouping-content/the-ol-element/grouping-ol.html:188:13) |
|
Pass | OL's 'start' IDL property reflects content attribute. | Asserts runPass | assert_equals(3, 3)
at Test.<anonymous> ( /html/semantics/grouping-content/the-ol-element/grouping-ol.html:193:13) |
|
Pass | OL's 'type' IDL property reflects content attribute. | Asserts runPass | assert_equals("A", "A")
at Test.<anonymous> ( /html/semantics/grouping-content/the-ol-element/grouping-ol.html:198:13) |
|
Pass | IDL 'reversed' attribute value false when content attribute absent | Asserts runPass | assert_false(false, "IDL 'reversed' attribute value false when content attribute absent")
at Test.<anonymous> ( /html/semantics/grouping-content/the-ol-element/grouping-ol.html:206:13) |
|
Pass | IDL 'reversed' attribute value true when content attribute exists | Asserts runPass | assert_true(true)
at Test.<anonymous> ( /html/semantics/grouping-content/the-ol-element/grouping-ol.html:211:13) | Pass | assert_true(true)
at Test.<anonymous> ( /html/semantics/grouping-content/the-ol-element/grouping-ol.html:212:13) | Pass | assert_true(true)
at Test.<anonymous> ( /html/semantics/grouping-content/the-ol-element/grouping-ol.html:213:13) | Pass | assert_true(true)
at Test.<anonymous> ( /html/semantics/grouping-content/the-ol-element/grouping-ol.html:214:13) | Pass | assert_true(true)
at Test.<anonymous> ( /html/semantics/grouping-content/the-ol-element/grouping-ol.html:215:13) | Pass | assert_true(true)
at Test.<anonymous> ( /html/semantics/grouping-content/the-ol-element/grouping-ol.html:216:13) |
|
Pass | Changing IDL 'reversed' property changes list's reversed property. | Asserts runPass | assert_false(false, "Changing IDL 'reversed' property changes list's reversed property.")
at Test.<anonymous> ( /html/semantics/grouping-content/the-ol-element/grouping-ol.html:222:13) |
|
Pass | Default start value for non-reversed list should be 1 | Asserts runPass | assert_equals(1, 1)
at Test.<anonymous> ( /html/semantics/grouping-content/the-ol-element/grouping-ol.html:234:13) |
|
Pass | IDL and content attribute parse start of '.5' correctly. | Asserts runPass | assert_equals(1, 1)
at Test.<anonymous> ( /html/semantics/grouping-content/the-ol-element/grouping-ol.html:238:13) |
|
Pass | IDL and content attribute parse start of 'A' correctly. | Asserts runPass | assert_equals(1, 1)
at Test.<anonymous> ( /html/semantics/grouping-content/the-ol-element/grouping-ol.html:242:13) |
|
Pass | Default start value (if none provided) for reversed list = 1. | Asserts runPass | assert_equals(1, 1)
at Test.<anonymous> ( /html/semantics/grouping-content/the-ol-element/grouping-ol.html:246:13) |
|
Pass | Default start value (if failed to parse) for reversed list = 1. | Asserts runPass | assert_equals(1, 1)
at Test.<anonymous> ( /html/semantics/grouping-content/the-ol-element/grouping-ol.html:250:13) |
|
Pass | Default start value for reversed list = 1 (even with tons of other child elements). | Asserts runPass | assert_equals(1, 1)
at Test.<anonymous> ( /html/semantics/grouping-content/the-ol-element/grouping-ol.html:254:13) |
|
Pass | Adding child element to reversed list does not change start value | Asserts runPass | assert_equals(1, 1)
at Test.<anonymous> ( /html/semantics/grouping-content/the-ol-element/grouping-ol.html:260:13) |
|
Pass | Deleting child element from reversed list does not change start value | Asserts runPass | assert_equals(1, 1)
at Test.<anonymous> ( /html/semantics/grouping-content/the-ol-element/grouping-ol.html:266:13) |
|
Pass | IDL and content attribute parse start of '2' correctly. | Asserts runPass | assert_equals(2, 2)
at Test.<anonymous> ( /html/semantics/grouping-content/the-ol-element/grouping-ol.html:270:13) |
|
Pass | IDL and content attribute parse start of '-10' correctly. | Asserts runPass | assert_equals(-10, -10)
at Test.<anonymous> ( /html/semantics/grouping-content/the-ol-element/grouping-ol.html:274:13) |
|
Pass | IDL and content attribute parse start of '4.03' correctly. | Asserts runPass | assert_equals(4, 4)
at Test.<anonymous> ( /html/semantics/grouping-content/the-ol-element/grouping-ol.html:278:13) |
|
Pass | IDL and content attribute parse start of '-4.03' correctly. | Asserts runPass | assert_equals(-4, -4)
at Test.<anonymous> ( /html/semantics/grouping-content/the-ol-element/grouping-ol.html:282:13) |
|
Pass | IDL and content attribute parse start of '4.9' correctly. | Asserts runPass | assert_equals(4, 4)
at Test.<anonymous> ( /html/semantics/grouping-content/the-ol-element/grouping-ol.html:286:13) |
|
Pass | IDL and content attribute parse start of '-4.9' correctly. | Asserts runPass | assert_equals(-4, -4)
at Test.<anonymous> ( /html/semantics/grouping-content/the-ol-element/grouping-ol.html:290:13) |
|
Pass | IDL and content attribute parse start of '7e2' correctly. | Asserts runPass | assert_equals(7, 7)
at Test.<anonymous> ( /html/semantics/grouping-content/the-ol-element/grouping-ol.html:294:13) |
|