Bug 24819

Summary: css1/text_properties/text_transform.html failed as of r41976
Product: WebKit Reporter: Brian Weinstein <bweinstein>
Component: CSSAssignee: 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    

Description Brian Weinstein 2009-03-25 15:59:40 PDT
css1/text_properties/text_transform.html failed as of r41976
Comment 1 Adam Roben (:aroben) 2009-03-25 16:01:50 PDT
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.
Comment 2 Mark Rowe (bdash) 2009-03-25 16:19:00 PDT
New results isn't the right answer here.  The Windows search path needs updated to not look in mac-leopard.
Comment 3 Mark Rowe (bdash) 2009-03-25 16:42:34 PDT
I updated the search path in r41995.  I suspect it will no longer fail on Windows.
Comment 4 Adam Roben (:aroben) 2009-03-26 07:57:41 PDT
Seems to be passing now. Thanks, Mark!