CSSStyleDeclaration.getPropertyValue() for 'border-radius' returns null when value...
authorcommit-queue@webkit.org <commit-queue@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Sat, 14 Apr 2012 21:05:00 +0000 (21:05 +0000)
committercommit-queue@webkit.org <commit-queue@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Sat, 14 Apr 2012 21:05:00 +0000 (21:05 +0000)
commit5689fd16446727fa8f61709c5399faacca55815e
tree68cdfb0f3b62c26459dc9ffad15e6f6f8d8c1af1
parent18ba340c1d4df78f88314b60377a258a45195eae
CSSStyleDeclaration.getPropertyValue() for 'border-radius' returns null when value is set
https://bugs.webkit.org/show_bug.cgi?id=80736

Patch by Joe Thomas <joethomas@motorola.com> on 2012-04-14
Reviewed by Antti Koivisto.

Added support for fetching the value of 'border-radius' CSS property which was missing.

Source/WebCore:

Test: fast/css/border-radius-property-value.html

* css/StylePropertySet.cpp:
(WebCore::StylePropertySet::getPropertyValue):

LayoutTests:

* fast/css/border-radius-property-value-expected.txt: Added.
* fast/css/border-radius-property-value.html: Added.

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@114207 268f45cc-cd09-0410-ab3c-d52691b4dbfc
LayoutTests/ChangeLog
LayoutTests/fast/css/border-radius-property-value-expected.txt [new file with mode: 0644]
LayoutTests/fast/css/border-radius-property-value.html [new file with mode: 0644]
Source/WebCore/ChangeLog
Source/WebCore/css/StylePropertySet.cpp