Bug 4391 - layout-tests/dom/html/level2/html/HTMLBaseElement01 and HTMLBaseElement02 fail
Summary: layout-tests/dom/html/level2/html/HTMLBaseElement01 and HTMLBaseElement02 fail
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 412
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Darin Adler
URL:
Keywords:
Depends on:
Blocks: 4565
  Show dependency treegraph
 
Reported: 2005-08-11 10:22 PDT by Curt Arnold
Modified: 2005-09-04 13:05 PDT (History)
2 users (show)

See Also:


Attachments
Replacement test files (6.46 KB, application/octet-stream)
2005-08-11 10:23 PDT, Curt Arnold
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Curt Arnold 2005-08-11 10:22:32 PDT
The test document used in the mentioned tests contained a BASE element which caused the relative 
URL's used to load the test framework and script to fail to resolve since the effective base URL was 
"about:blank".  In addition, HTMLBaseElement02 had additional relative URLs to images that were also 
affected and unnecessary to the tests.

The bugs have been logged to the W3C Bugzilla (http://www.w3.org/Bugs/Public/show_bug.cgi?
id=1840 and http://www.w3.org/Bugs/Public/show_bug.cgi?id=1841) and the fixes have been 
committed to the W3C CVS.

The attached tarball includes replacements for the two test files.  These should be identical to the tests 
as generated from a current snapshot of the W3C CVS with the exception of the call to 
layoutTestController.dumpAsText that was brought over from the WebKit modifications to selfhtml.js.

HTMLBaseElement01.js and HTMLBaseElement02.js should be removed as they are no longer used.  The 
corresponding -expected files should be updated by removing the files and running run-webkit-tests 
to regenerate them.
Comment 1 Curt Arnold 2005-08-11 10:23:34 PDT
Created attachment 3344 [details]
Replacement test files