getComputedStyle for background is not implemented.
Created attachment 121102 [details] Patch
Comment on attachment 121102 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=121102&action=review > LayoutTests/fast/css/getComputedStyle/getComputedStyle-background-shorthand.html:36 > +e.style.backgroundImage = "url(dummy://test.png)"; Where are the tests for setting backgroundRepeat, backgroundAttachment or backgroundPosition? Also, it would be nice to add an identify check like the one mentioned in the border image patch.
Created attachment 121131 [details] Patch
Comment on attachment 121131 [details] Patch Thanks!
Comment on attachment 121131 [details] Patch Attachment 121131 [details] did not pass chromium-ews (chromium-xvfb): Output: http://queues.webkit.org/results/11131175 New failing tests: http/tests/appcache/simple.html
Comment on attachment 121131 [details] Patch Let's give another try. It passed with the previous version of the patch but the second only add more coverage of the new feature.
Comment on attachment 121131 [details] Patch Rejecting attachment 121131 [details] from commit-queue. New failing tests: http/tests/appcache/simple.html Full output: http://queues.webkit.org/results/11120310
Committed r104169: <http://trac.webkit.org/changeset/104169>