Summary

Harness status: OK

Found 3 tests

Details

ResultTest NameMessage
PassGetting spellcheck IDL attribute
Asserts run
Pass
assert_true(true, "check for testText1 spellcheck value")
    at Test.<anonymous> ( /html/editing/editing-0/spelling-and-grammar-checking/user-interaction-editing-spellcheck.html:16:5)
Pass
assert_false(false, "check for testText2 spellcheck value")
    at Test.<anonymous> ( /html/editing/editing-0/spelling-and-grammar-checking/user-interaction-editing-spellcheck.html:17:5)
PassSetting spellcheck IDL attribute to true
Asserts run
Pass
assert_true(true, "check for testElement.spellcheck value")
    at Test.<anonymous> ( /html/editing/editing-0/spelling-and-grammar-checking/user-interaction-editing-spellcheck.html:23:5)
Pass
assert_equals("true", "true")
    at Test.<anonymous> ( /html/editing/editing-0/spelling-and-grammar-checking/user-interaction-editing-spellcheck.html:24:5)
PassSetting spellcheck IDL attribute to false
Asserts run
Pass
assert_false(false, "check for testText2 spellcheck value")
    at Test.<anonymous> ( /html/editing/editing-0/spelling-and-grammar-checking/user-interaction-editing-spellcheck.html:30:5)
Pass
assert_equals("false", "false")
    at Test.<anonymous> ( /html/editing/editing-0/spelling-and-grammar-checking/user-interaction-editing-spellcheck.html:31:5)