Bug 95627
| Summary: | Getting CSS properties and cssText returns null or "" for some properties | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Roger Fong <roger_fong> |
| Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | jberlin, jhoneycutt, sfalken |
| Priority: | P2 | Keywords: | LayoutTestFailure |
| Version: | 528+ (Nightly build) | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
Roger Fong
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
It's just because there are a large number of features not enabled on Windows.