Bug 95627 - Getting CSS properties and cssText returns null or "" for some properties
Summary: Getting CSS properties and cssText returns null or "" for some properties
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows 7
: P2 Normal
Assignee: Nobody
URL:
Keywords: LayoutTestFailure
Depends on:
Blocks:
 
Reported: 2012-08-31 17:01 PDT by Roger Fong
Modified: 2012-11-28 11:39 PST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Roger Fong 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.
Comment 1 Roger Fong 2012-11-28 11:39:24 PST
It's just because there are a large number of features not enabled on Windows.