Bug 4907 - Add the xhtml DOM test suite
Summary: Add the xhtml DOM test suite
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P4 Normal
Assignee: Eric Seidel (no email)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-09 16:05 PDT by Eric Seidel (no email)
Modified: 2019-02-06 09:03 PST (History)
1 user (show)

See Also:


Attachments
First (unfinished) patch of necessary WebCore fixes (24.19 KB, patch)
2005-09-15 01:41 PDT, Eric Seidel (no email)
no flags Details | Formatted Diff | Diff
WebCore code fixes necessary to land xhtml test suite. (30.24 KB, patch)
2005-09-19 17:49 PDT, Eric Seidel (no email)
hyatt: review+
Details | Formatted Diff | Diff
XHTML related tool improvements (3.09 KB, patch)
2005-09-19 18:21 PDT, Eric Seidel (no email)
hyatt: review+
Details | Formatted Diff | Diff
XHTML test suite and results (gzip'd) (561.29 KB, application/x-gzip)
2005-09-20 00:39 PDT, Eric Seidel (no email)
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Seidel (no email) 2005-09-09 16:05:49 PDT
Time to add the xhtml DOM test suites.

We currently fail 100% of the tests due to broken entity support.
Comment 1 Eric Seidel (no email) 2005-09-15 01:41:23 PDT
Created attachment 3899 [details]
First (unfinished) patch of necessary WebCore fixes
Comment 2 Eric Seidel (no email) 2005-09-19 17:49:32 PDT
Created attachment 3953 [details]
WebCore code fixes necessary to land xhtml test suite.
Comment 3 Eric Seidel (no email) 2005-09-19 17:50:21 PDT
Comment on attachment 3953 [details]
WebCore code fixes necessary to land xhtml test suite.

Darin or mjs should be able to review this.  Darin is probably the better
candiate, as he did the original expat -> libxml2 port.
Comment 4 Eric Seidel (no email) 2005-09-19 18:21:11 PDT
Created attachment 3954 [details]
XHTML related tool improvements
Comment 5 Eric Seidel (no email) 2005-09-19 18:21:59 PDT
Comment on attachment 3954 [details]
XHTML related tool improvements

These are some simple fixes/improvements in the tools which I made while adding
xhtml DOM test support.
Comment 6 Eric Seidel (no email) 2005-09-20 00:39:40 PDT
Created attachment 3960 [details]
XHTML test suite and results (gzip'd)
Comment 7 Dave Hyatt 2005-09-20 16:56:24 PDT
Comment on attachment 3954 [details]
XHTML related tool improvements

r=me
Comment 8 Dave Hyatt 2005-09-20 16:57:13 PDT
Comment on attachment 3953 [details]
WebCore code fixes necessary to land xhtml test suite.

r=me, but add a layout test that exercises the map, since we want to make sure
libxml will actually continue parsing when it encounters a prefix with no
corresponding URI.
Comment 9 Eric Seidel (no email) 2005-09-21 14:54:54 PDT
Added another layout test before landing and found a regression in innerHTML handling.  Holding off until 
I fix that.
Comment 10 Lucas Forschler 2019-02-06 09:03:47 PST
Mass moving XML DOM bugs to the "DOM" Component.