blob: bef0b5ca99e8a6fd5b0f4c5cab9b7b9044f6d9a3 [file] [log] [blame]
Test for Bug: 80736 - CSSStyleDeclaration.getPropertyValue() for 'border-radius' returns null when value is set
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS style.getPropertyValue('border-radius') is '5px'
PASS style.getPropertyValue('border-top-left-radius') is '5px'
PASS style.getPropertyValue('border-top-right-radius') is '5px'
PASS style.getPropertyValue('border-bottom-left-radius') is '5px'
PASS style.getPropertyValue('border-bottom-right-radius') is '5px'
PASS successfullyParsed is true
TEST COMPLETE