| Index: LayoutTests/editing/shadow/contenteditable-propagation-to-distributed-node-expected.txt | 
| diff --git a/LayoutTests/editing/shadow/contenteditable-propagation-to-distributed-node-expected.txt b/LayoutTests/editing/shadow/contenteditable-propagation-to-distributed-node-expected.txt | 
| new file mode 100644 | 
| index 0000000000000000000000000000000000000000..c716f9f43076e7144844953120d0e5c777117321 | 
| --- /dev/null | 
| +++ b/LayoutTests/editing/shadow/contenteditable-propagation-to-distributed-node-expected.txt | 
| @@ -0,0 +1,8 @@ | 
| +This test checks that contenteditable is propagated to distributed nodes. | 
| + | 
| +PASS getComputedStyle(shadowRoot.getElementsByTagName('span')[0], null).webkitUserModify is "read-only" | 
| +PASS getComputedStyle(shadowRoot.getElementsByTagName('content')[0].getDistributedNodes()[0], null).webkitUserModify is "read-write" | 
| +PASS successfullyParsed is true | 
| + | 
| +TEST COMPLETE | 
| + | 
|  |