1010PASS computedStyle(prepareNodeInShadowRoot(document.getElementById("non-contenteditable-host2"), "false")) is "read-only"
1111PASS computedStyle(prepareNodeInShadowRoot(document.getElementById("non-contenteditable-host3"), "true")) is "read-write"
1212PASS getUserModifyProperty("child-a") is "read-write"
13PASS getUserModifyProperty("child-b") is "read-write"
13FAIL getUserModifyProperty("child-b") should be read-write. Was read-only.
1414PASS getUserModifyProperty("child-c") is "read-only"
15PASS getUserModifyProperty("child-d") is "read-only"
15FAIL getUserModifyProperty("child-d") should be read-only. Was read-write.
1616PASS successfullyParsed is true
1717
1818TEST COMPLETE
1919