getComputedStyle for list-style is not implemented.
Created attachment 120891 [details] Patch
Comment on attachment 120891 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=120891&action=review > LayoutTests/fast/css/getComputedStyle/getComputedStyle-list-style-shorthand.html:56 > +shouldBe("computedStyle.getPropertyCSSValue('list-style').item(2).getStringValue()", "'none'"); I would maybe add some tests that set listStyleType, listStylePosition, or listStyleImage and make sure that list-style is properly updated. Up to you.
Created attachment 120958 [details] Patch for landing
Comment on attachment 120958 [details] Patch for landing Clearing flags on attachment: 120958 Committed r103974: <http://trac.webkit.org/changeset/103974>
All reviewed patches have been landed. Closing bug.