Bug 12464

Summary: Fix XPath test suite conversion problems
Product: WebKit Reporter: Alexey Proskuryakov <ap>
Component: XMLAssignee: Alexey Proskuryakov <ap>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 420+   
Hardware: Mac   
OS: OS X 10.4   
Bug Depends on:    
Bug Blocks: 12450    
Attachments:
Description Flags
proposed patch darin: review+

Alexey Proskuryakov
Reported 2007-01-29 12:29:31 PST
Several W3C XPath tests fail because of problems with their conversion to SVG. Some paths weren't adjusted accordingly, and it's impossible to perform tests with multiple documents (because the test data is stored directly in SVG files). Patch forthcoming.
Attachments
proposed patch (261.12 KB, patch)
2007-01-29 12:33 PST, Alexey Proskuryakov
darin: review+
Alexey Proskuryakov
Comment 1 2007-01-29 12:33:58 PST
Created attachment 12755 [details] proposed patch
Darin Adler
Comment 2 2007-01-29 17:21:29 PST
Comment on attachment 12755 [details] proposed patch r=me Are we diverging from some shared copy of this test suite? Will this cause us trouble later?
Alexey Proskuryakov
Comment 3 2007-01-29 21:53:24 PST
Committed revision 19246. (In reply to comment #2) > Are we diverging from some shared copy of this test suite? Will this cause us > trouble later? I believe we are OK. The copy at W3C CVS is a generic one, which can be supposedly used for any binding, and I was only changing how it was represented in SVG. From the nature of issues, I suppose that it was a (partially) manual process for us the first time.
Note You need to log in before you can comment on or make changes to this bug.