Bug 24819
Summary: | css1/text_properties/text_transform.html failed as of r41976 | ||
---|---|---|---|
Product: | WebKit | Reporter: | Brian Weinstein <bweinstein> |
Component: | CSS | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | aroben, mrowe |
Priority: | P2 | Keywords: | LayoutTestFailure, PlatformOnly |
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | Windows Vista | ||
URL: | http://build.webkit.org/results/trunk-win-debug/3348/css1/text_properties/text_transform-diffs.txt | ||
Bug Depends on: | |||
Bug Blocks: | 24810 |
Brian Weinstein
css1/text_properties/text_transform.html failed as of r41976
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Adam Roben (:aroben)
I think this is due to using ICU 4.0 on Windows. The test results were generated using some version of ICU 3.x. We probably just need to generate new results and check them in.
Mark Rowe (bdash)
New results isn't the right answer here. The Windows search path needs updated to not look in mac-leopard.
Mark Rowe (bdash)
I updated the search path in r41995. I suspect it will no longer fail on Windows.
Adam Roben (:aroben)
Seems to be passing now. Thanks, Mark!