Summary

Harness status: OK

Found 3 tests

Details

ResultTest NameMessage
PasscontentEditable of shadow trees must be undefined when contentEditable attribute of shadow host is "true"
Asserts run
Pass
assert_true(true, "Failed to create new rendered document")
    at newIFrame ( /html/resources/common.js:97:5)
Pass
assert_equals("true", "true")
    at  /shadow-dom/untriaged/user-interaction/editing/inheritance-of-content-editable-001.html:25:5
Pass
assert_equals(undefined, undefined)
    at  /shadow-dom/untriaged/user-interaction/editing/inheritance-of-content-editable-001.html:26:5
PasscontentEditable of shadow trees must be undefined when contentEditable of shadow host is "false"
Asserts run
Pass
assert_true(true, "Failed to create new rendered document")
    at newIFrame ( /html/resources/common.js:97:5)
Pass
assert_equals("false", "false")
    at  /shadow-dom/untriaged/user-interaction/editing/inheritance-of-content-editable-001.html:38:5
Pass
assert_equals(undefined, undefined)
    at  /shadow-dom/untriaged/user-interaction/editing/inheritance-of-content-editable-001.html:39:5
PasscontentEditable of shadow trees must be undefined when contentEditable attribute of shadow host is "inherit"
Asserts run
Pass
assert_true(true, "Failed to create new rendered document")
    at newIFrame ( /html/resources/common.js:97:5)
Pass
assert_equals("inherit", "inherit")
    at  /shadow-dom/untriaged/user-interaction/editing/inheritance-of-content-editable-001.html:51:5
Pass
assert_equals(undefined, undefined)
    at  /shadow-dom/untriaged/user-interaction/editing/inheritance-of-content-editable-001.html:52:5