Summary

Harness status: OK

Found 9 tests

Details

ResultTest NameMessage
Passno contenteditable attribute
Asserts run
Pass
assert_equals(false, false, "isContentEditable")
    at Test.<anonymous> ( /html/editing/editing-0/contenteditable/user-interaction-editing-contenteditable.html:20:11)
Pass
assert_equals("inherit", "inherit", "contentEditable")
    at Test.<anonymous> ( /html/editing/editing-0/contenteditable/user-interaction-editing-contenteditable.html:21:11)
Passempty contentEditable attribute
Asserts run
Pass
assert_equals(true, true, "isContentEditable")
    at Test.<anonymous> ( /html/editing/editing-0/contenteditable/user-interaction-editing-contenteditable.html:20:11)
Pass
assert_equals("true", "true", "contentEditable")
    at Test.<anonymous> ( /html/editing/editing-0/contenteditable/user-interaction-editing-contenteditable.html:21:11)
Passset contentEditable = "true"
Asserts run
Pass
assert_equals(true, true, "isContentEditable")
    at Test.<anonymous> ( /html/editing/editing-0/contenteditable/user-interaction-editing-contenteditable.html:20:11)
Pass
assert_equals("true", "true", "contentEditable")
    at Test.<anonymous> ( /html/editing/editing-0/contenteditable/user-interaction-editing-contenteditable.html:21:11)
Passset contentEditable = "false"
Asserts run
Pass
assert_equals(false, false, "isContentEditable")
    at Test.<anonymous> ( /html/editing/editing-0/contenteditable/user-interaction-editing-contenteditable.html:20:11)
Pass
assert_equals("false", "false", "contentEditable")
    at Test.<anonymous> ( /html/editing/editing-0/contenteditable/user-interaction-editing-contenteditable.html:21:11)
Passset parent element contentEditable = "true"
Asserts run
Pass
assert_equals(true, true, "isContentEditable")
    at Test.<anonymous> ( /html/editing/editing-0/contenteditable/user-interaction-editing-contenteditable.html:20:11)
Pass
assert_equals("inherit", "inherit", "contentEditable")
    at Test.<anonymous> ( /html/editing/editing-0/contenteditable/user-interaction-editing-contenteditable.html:21:11)
Passset parent element contentEditable = "false"
Asserts run
Pass
assert_equals(false, false, "isContentEditable")
    at Test.<anonymous> ( /html/editing/editing-0/contenteditable/user-interaction-editing-contenteditable.html:20:11)
Pass
assert_equals("inherit", "inherit", "contentEditable")
    at Test.<anonymous> ( /html/editing/editing-0/contenteditable/user-interaction-editing-contenteditable.html:21:11)
Passset contentEditable = "true" and then remove contenteditable attribute
Asserts run
Pass
assert_equals(false, false, "isContentEditable")
    at Test.<anonymous> ( /html/editing/editing-0/contenteditable/user-interaction-editing-contenteditable.html:20:11)
Pass
assert_equals("inherit", "inherit", "contentEditable")
    at Test.<anonymous> ( /html/editing/editing-0/contenteditable/user-interaction-editing-contenteditable.html:21:11)
PasscontentEditable=plaintext-only attribute
Asserts run
Pass
assert_equals(true, true, "isContentEditable")
    at Test.<anonymous> ( /html/editing/editing-0/contenteditable/user-interaction-editing-contenteditable.html:20:11)
Pass
assert_equals("plaintext-only", "plaintext-only", "contentEditable")
    at Test.<anonymous> ( /html/editing/editing-0/contenteditable/user-interaction-editing-contenteditable.html:21:11)
Passset parent element contentEditable = "plaintext-only"
Asserts run
Pass
assert_equals(true, true, "isContentEditable")
    at Test.<anonymous> ( /html/editing/editing-0/contenteditable/user-interaction-editing-contenteditable.html:20:11)
Pass
assert_equals("inherit", "inherit", "contentEditable")
    at Test.<anonymous> ( /html/editing/editing-0/contenteditable/user-interaction-editing-contenteditable.html:21:11)