| OLD | NEW |
| 1 This test checks that content-editable is not propagated from shadow host to a s
hadow subtree. | 1 This test checks that content-editable is not propagated from shadow host to a s
hadow subtree. |
| 2 | 2 |
| 3 This p is required to produce the issue. | 3 This p is required to produce the issue. |
| 4 | 4 |
| 5 This div and parent div are required to produce the issue. | 5 This div and parent div are required to produce the issue. |
| 6 PASS computedStyle(nodeInShadowRoot1, userModifyPropertyName) is "read-only" | 6 PASS getComputedStyle(nodeInShadowRoot1).webkitUserModify is "read-only" |
| 7 PASS successfullyParsed is true | 7 PASS successfullyParsed is true |
| 8 | 8 |
| 9 TEST COMPLETE | 9 TEST COMPLETE |
| 10 | 10 |
| OLD | NEW |