blob: 4293c561b4374477aa96a9e8c7d398708fffd5d3 [file] [log] [blame]
This test checks that contenteditable is propagated to distributed nodes.
PASS getComputedStyle(shadowRoot.querySelector('span'), null).webkitUserModify is "read-only"
PASS getComputedStyle(shadowRoot.querySelector('content').getDistributedNodes()[0], null).webkitUserModify is "read-write"
PASS successfullyParsed is true
TEST COMPLETE