Pass | no contenteditable attribute | Asserts runPass | 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) |
|
Pass | empty contentEditable attribute | Asserts runPass | 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) |
|
Pass | set contentEditable = "true" | Asserts runPass | 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) |
|
Pass | set contentEditable = "false" | Asserts runPass | 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) |
|
Pass | set parent element contentEditable = "true" | Asserts runPass | 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) |
|
Pass | set parent element contentEditable = "false" | Asserts runPass | 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) |
|
Pass | set contentEditable = "true" and then remove contenteditable attribute | Asserts runPass | 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) |
|
Pass | contentEditable=plaintext-only attribute | Asserts runPass | 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) |
|
Pass | set parent element contentEditable = "plaintext-only" | Asserts runPass | 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) |
|