Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / editing / shadow / contenteditable-propagation-to-distributed-node-expected.txt
1 This test checks that contenteditable is propagated to distributed nodes.
2
3 PASS getComputedStyle(shadowRoot.getElementsByTagName('span')[0], null).webkitUserModify is "read-only"
4 PASS getComputedStyle(shadowRoot.getElementsByTagName('content')[0].getDistributedNodes()[0], null).webkitUserModify is "read-write"
5 PASS successfullyParsed is true
6
7 TEST COMPLETE
8