WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
95627
Getting CSS properties and cssText returns null or "" for some properties
https://bugs.webkit.org/show_bug.cgi?id=95627
Summary
Getting CSS properties and cssText returns null or "" for some properties
Roger Fong
Reported
2012-08-31 17:01:48 PDT
Windows seems to have issues with returning certain CSS properties. This problem occurs whether you use the cssText, getPropertyCSSValue, or just access the style directly using element.style.etc For all of these tests the output ends up being either null or "", and in some cases the property is incomplete (fast/css/parse-border-image-repeat-null-crash.html) This only seems to happen for certain properties so maybe it's just that the properties have not been enabled/don't work on windows at all. I'll add windows specific results for now to get bots greener.
Attachments
Add attachment
proposed patch, testcase, etc.
Roger Fong
Comment 1
2012-11-28 11:39:24 PST
It's just because there are a large number of features not enabled on Windows.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug