1 This test checks that contenteditable is propagated to distributed nodes.
3 PASS getComputedStyle(shadowRoot.querySelector('span'), null).webkitUserModify is "read-only"
4 PASS getComputedStyle(shadowRoot.querySelector('content').getDistributedNodes()[0], null).webkitUserModify is "read-write"
5 PASS successfullyParsed is true