Pass | assert_equals("output", "output", "type must return the string 'output'")
at Test.<anonymous> ( /html/semantics/forms/the-output-element/output.html:16:5) |
Pass | assert_equals("", "", "textContent is empty")
at Test.<anonymous> ( /html/semantics/forms/the-output-element/output.html:17:5) |
Pass | assert_equals("", "", "value should be empty")
at Test.<anonymous> ( /html/semantics/forms/the-output-element/output.html:18:5) |
Pass | assert_equals("", "", "defaultValue should be empty")
at Test.<anonymous> ( /html/semantics/forms/the-output-element/output.html:19:5) |
Pass | assert_equals("5", "5", "textContent is set to 5: value is updated")
at Test.<anonymous> ( /html/semantics/forms/the-output-element/output.html:22:5) |
Pass | assert_equals("5", "5", "textContent is set to 5")
at Test.<anonymous> ( /html/semantics/forms/the-output-element/output.html:23:5) |
Pass | assert_equals("5", "5", "textContent is set to 5: defaultValue is updated")
at Test.<anonymous> ( /html/semantics/forms/the-output-element/output.html:24:5) |
Pass | assert_equals("10", "10", "defaultValue is set to 10: value is updated")
at Test.<anonymous> ( /html/semantics/forms/the-output-element/output.html:27:5) |
Pass | assert_equals("10", "10", "defaultValue is set to 10: textContent is updated")
at Test.<anonymous> ( /html/semantics/forms/the-output-element/output.html:28:5) |
Pass | assert_equals("10", "10", "defaultValue is set to 10")
at Test.<anonymous> ( /html/semantics/forms/the-output-element/output.html:29:5) |
Pass | assert_equals("20", "20", "value is set to 20")
at Test.<anonymous> ( /html/semantics/forms/the-output-element/output.html:32:5) |
Pass | assert_equals("20", "20", "value is set to 20: textContent is updated")
at Test.<anonymous> ( /html/semantics/forms/the-output-element/output.html:33:5) |
Pass | assert_equals("10", "10", "value is set to 20: defaultValue remains unchanged")
at Test.<anonymous> ( /html/semantics/forms/the-output-element/output.html:34:5) |
Pass | assert_equals("20", "20", "defaultValue is set to 15: value remains unchanged")
at Test.<anonymous> ( /html/semantics/forms/the-output-element/output.html:37:5) |
Pass | assert_equals("20", "20", "defaultValue is set to 15: textContent remains unchanged")
at Test.<anonymous> ( /html/semantics/forms/the-output-element/output.html:38:5) |
Pass | assert_equals("15", "15", "defaultValue is set to 15")
at Test.<anonymous> ( /html/semantics/forms/the-output-element/output.html:39:5) |
Pass | assert_equals("output", "output", "type must return the string 'output'")
at Test.<anonymous> ( /html/semantics/forms/the-output-element/output.html:41:5) |
Pass | assert_equals("abc", "abc", "textContent should be 'abc'")
at Test.<anonymous> ( /html/semantics/forms/the-output-element/output.html:42:5) |
Pass | assert_equals("abc", "abc", "value should be 'abc'")
at Test.<anonymous> ( /html/semantics/forms/the-output-element/output.html:43:5) |
Pass | assert_equals("abc", "abc", "defaultValue should be 'abc'")
at Test.<anonymous> ( /html/semantics/forms/the-output-element/output.html:44:5) |