Bug 12464 - Fix XPath test suite conversion problems
Summary: Fix XPath test suite conversion problems
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: XML (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Alexey Proskuryakov
URL:
Keywords:
Depends on:
Blocks: 12450
  Show dependency treegraph
 
Reported: 2007-01-29 12:29 PST by Alexey Proskuryakov
Modified: 2013-11-16 21:35 PST (History)
0 users

See Also:


Attachments
proposed patch (261.12 KB, patch)
2007-01-29 12:33 PST, Alexey Proskuryakov
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Proskuryakov 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.
Comment 1 Alexey Proskuryakov 2007-01-29 12:33:58 PST
Created attachment 12755 [details]
proposed patch
Comment 2 Darin Adler 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?
Comment 3 Alexey Proskuryakov 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.