DOM Level 2 HTML Results for Opera 7

Following an email from the Opera folks, I managed to get the results
for Opera 7 (beta version):
http://www.w3.org/2002/11/DOM-Level-2-HTML-Results/Opera-7.0-build-2345-Win32-Windows-XP.html

[[
In jsUnittestManager.js, the fix is to change from this:

   listField.options[listField.length]=new Option(problemMessage,
this._problemDetailMessageFor(excep));

to this:

   listField.options[listField.length]=new
this.mainFrame.frames.mainErrors.Option(problemMessage,
this._problemDetailMessageFor(excep));
]]

There are still looking if this is due to a jsUnit bug or an opera one,
but the above fix for the moment.

Philippe
PS: I also published results from Dimitris.

Received on Monday, 9 December 2002 14:30:24 UTC