2013-02-26 Uday Kiran <udaykiran@motorola.com>
+ getPropertyValue for -webkit-margin-collapse returns null, should compute the shorthand value
+ https://bugs.webkit.org/show_bug.cgi?id=110903
+
+ Reviewed by Alexander Pavlov.
+
+ getPropertyValue("-webkit-margin-collapse") should compute shorthand value
+ when -webkit-margin-collapse is specified in CSS.
+
+ Test: fast/css/getPropertyValue-webkit-margin-collapse.html
+
+ * css/StylePropertySet.cpp:
+ (WebCore::StylePropertySet::getPropertyValue):
+
+2013-02-26 Uday Kiran <udaykiran@motorola.com>
+
getPropertyValue for -webkit-marquee returns null, should compute the shorthand value
https://bugs.webkit.org/show_bug.cgi?id=110816