Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / editing / shadow / contenteditable-propagation-to-distributed-node-expected.txt
blob4293c561b4374477aa96a9e8c7d398708fffd5d3
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
7 TEST COMPLETE