| Index: LayoutTests/fast/dom/shadow/user-modify-inheritance-expected.txt
|
| diff --git a/LayoutTests/fast/dom/shadow/user-modify-inheritance-expected.txt b/LayoutTests/fast/dom/shadow/user-modify-inheritance-expected.txt
|
| index 8b83372af619124ef2b03e8dfa9ceb551ebae93e..b1bea8ff33595c14c386158bbdc9557f2159106e 100644
|
| --- a/LayoutTests/fast/dom/shadow/user-modify-inheritance-expected.txt
|
| +++ b/LayoutTests/fast/dom/shadow/user-modify-inheritance-expected.txt
|
| @@ -1,14 +1,14 @@
|
| -Tests to ensure that a '-webkit-user-modify' CSS porperty is not inherited across shadow boundaries.
|
| +Tests to ensure that a '-webkit-user-modify' CSS property is not inherited across shadow boundaries.
|
|
|
| On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
|
|
|
|
| -PASS computedStyle(prepareNodeInShadowRoot(document.getElementById("contenteditable-host1"), null), userModifyPropertyName) is "read-only"
|
| -PASS computedStyle(prepareNodeInShadowRoot(document.getElementById("contenteditable-host2"), "false"), userModifyPropertyName) is "read-only"
|
| -PASS computedStyle(prepareNodeInShadowRoot(document.getElementById("contenteditable-host3"), "true"), userModifyPropertyName) is "read-write"
|
| -PASS computedStyle(prepareNodeInShadowRoot(document.getElementById("non-contenteditable-host1"), null), userModifyPropertyName) is "read-only"
|
| -PASS computedStyle(prepareNodeInShadowRoot(document.getElementById("non-contenteditable-host2"), "false"), userModifyPropertyName) is "read-only"
|
| -PASS computedStyle(prepareNodeInShadowRoot(document.getElementById("non-contenteditable-host3"), "true"), userModifyPropertyName) is "read-write"
|
| +PASS computedStyle(prepareNodeInShadowRoot(document.getElementById("contenteditable-host1"), null)) is "read-only"
|
| +PASS computedStyle(prepareNodeInShadowRoot(document.getElementById("contenteditable-host2"), "false")) is "read-only"
|
| +PASS computedStyle(prepareNodeInShadowRoot(document.getElementById("contenteditable-host3"), "true")) is "read-write"
|
| +PASS computedStyle(prepareNodeInShadowRoot(document.getElementById("non-contenteditable-host1"), null)) is "read-only"
|
| +PASS computedStyle(prepareNodeInShadowRoot(document.getElementById("non-contenteditable-host2"), "false")) is "read-only"
|
| +PASS computedStyle(prepareNodeInShadowRoot(document.getElementById("non-contenteditable-host3"), "true")) is "read-write"
|
| PASS getUserModifyProperty("child-a") is "read-write"
|
| PASS getUserModifyProperty("child-b") is "read-write"
|
| PASS getUserModifyProperty("child-c") is "read-only"
|
|
|