Pass | Default (unspecified) value of value is 0. | Asserts runPass | assert_equals(0, 0, "Default (unspecified) value of value is 0.")
at Test.<anonymous> ( /html/semantics/grouping-content/the-li-element/grouping-li.html:124:17) | Pass | assert_equals(0, 0, "Default (unspecified) value of value is 0.")
at Test.<anonymous> ( /html/semantics/grouping-content/the-li-element/grouping-li.html:124:17) | Pass | assert_equals(0, 0, "Default (unspecified) value of value is 0.")
at Test.<anonymous> ( /html/semantics/grouping-content/the-li-element/grouping-li.html:124:17) | Pass | assert_equals(0, 0, "Default (unspecified) value of value is 0.")
at Test.<anonymous> ( /html/semantics/grouping-content/the-li-element/grouping-li.html:124:17) | Pass | assert_equals(0, 0, "Default (unspecified) value of value is 0.")
at Test.<anonymous> ( /html/semantics/grouping-content/the-li-element/grouping-li.html:124:17) | Pass | assert_equals(0, 0, "Default (unspecified) value of value is 0.")
at Test.<anonymous> ( /html/semantics/grouping-content/the-li-element/grouping-li.html:124:17) |
|
Pass | .value property reflects content attribute - and both parse value of '2' correctly. | Asserts runPass | assert_equals(2, 2, "value of 2 -> value of 2")
at Test.<anonymous> ( /html/semantics/grouping-content/the-li-element/grouping-li.html:138:13) |
|
Pass | IDL and content attribute parse value of '-10' correctly. | Asserts runPass | assert_equals(-10, -10, "value of -10 -> value of -10")
at Test.<anonymous> ( /html/semantics/grouping-content/the-li-element/grouping-li.html:144:13) |
|
Pass | IDL and content attribute parse value of '4.03' correctly. | Asserts runPass | assert_equals(4, 4, "value of 4.03 -> 4")
at Test.<anonymous> ( /html/semantics/grouping-content/the-li-element/grouping-li.html:150:13) |
|
Pass | IDL and content attribute parse value of '-4.03' correctly. | Asserts runPass | assert_equals(-4, -4, "value of -4.03 -> -4")
at Test.<anonymous> ( /html/semantics/grouping-content/the-li-element/grouping-li.html:156:13) |
|
Pass | IDL and content attribute parse value of '4.9' correctly. | Asserts runPass | assert_equals(4, 4, "value of 4.9 -> 4")
at Test.<anonymous> ( /html/semantics/grouping-content/the-li-element/grouping-li.html:162:13) |
|
Pass | IDL and content attribute parse value of '-4.9' correctly. | Asserts runPass | assert_equals(-4, -4, "value of -4.9 -> -4")
at Test.<anonymous> ( /html/semantics/grouping-content/the-li-element/grouping-li.html:168:13) |
|
Pass | IDL and content attribute parse value of '7e2' correctly. | Asserts runPass | assert_equals(7, 7, "value of 7e2 -> 7")
at Test.<anonymous> ( /html/semantics/grouping-content/the-li-element/grouping-li.html:174:13) |
|
Pass | IDL and content attribute parse value of '.5' correctly. | Asserts runPass | assert_equals(0, 0, "value of .5 -> 0 (default)")
at Test.<anonymous> ( /html/semantics/grouping-content/the-li-element/grouping-li.html:180:13) |
|
Pass | IDL and content attribute parse value of 'A' correctly. | Asserts runPass | assert_equals(0, 0, "value of A -> 0 (default)")
at Test.<anonymous> ( /html/semantics/grouping-content/the-li-element/grouping-li.html:186:13) |
|