Pass | Getting spellcheck IDL attribute | Asserts runPass | 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) |
|
Pass | Setting spellcheck IDL attribute to true | Asserts runPass | 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) |
|
Pass | Setting spellcheck IDL attribute to false | Asserts runPass | 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) |
|