This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 1840 - Self-hosted production fails when test document contains a BASE element
Summary: Self-hosted production fails when test document contains a BASE element
Status: RESOLVED FIXED
Alias: None
Product: DOM TS
Classification: Unclassified
Component: ECMAScript Binding (show other bugs)
Version: unspecified
Hardware: Macintosh All
: P2 normal
Target Milestone: ---
Assignee: Curt Arnold
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-11 15:10 UTC by Curt Arnold
Modified: 2005-08-11 16:31 UTC (History)
0 users

See Also:


Attachments

Description Curt Arnold 2005-08-11 15:10:39 UTC
The self-hosted productions for HTMLBaseElement01 and 02 do not work properly
since the BASE element in the test document causes the relative URI's
self[x]html.js and HTMLBaseElement0x.js to fail to resolve.  The problem does
not affect the other productions since the JSUnit or JUnit do not attempt to
place the script within the test document.

The resolution is to modify build.xml to insert the script directly into the
produced HTML for these tests.
Comment 1 Curt Arnold 2005-08-11 16:31:11 UTC
Also added ecmascript/inline-script.xml.  Also see related bug 1841.