[webkit-reviews] review granted: [Bug 88514] An inheritance of '-webkit-user-modify' does not stop at shadow boundary. : [Attachment 146538] iter

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 8 09:30:55 PDT 2012


Ryosuke Niwa <rniwa at webkit.org> has granted Hayato Ito <hayato at chromium.org>'s
request for review:
Bug 88514: An inheritance of '-webkit-user-modify' does not stop at shadow
boundary.
https://bugs.webkit.org/show_bug.cgi?id=88514

Attachment 146538: iter
https://bugs.webkit.org/attachment.cgi?id=146538&action=review

------- Additional Comments from Ryosuke Niwa <rniwa at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=146538&action=review


> LayoutTests/fast/dom/shadow/user-modify-inheritance-expected.txt:6
> +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-contentedita
ble-host1"), null), userModifyPropertyName) is "read-only"
> +PASS
computedStyle(prepareNodeInShadowRoot(document.getElementById("non-contentedita
ble-host2"), "false"), userModifyPropertyName) is "read-only"
> +PASS
computedStyle(prepareNodeInShadowRoot(document.getElementById("non-contentedita
ble-host3"), "true"), userModifyPropertyName) is "read-write"

Please add a test description.


More information about the webkit-reviews mailing list