DOM Level 2 TS results
[email protected] (Johnny Stenback)
| Newsgroups | gmane.comp.web.dom.test-suites.general |
|---|---|
| Message-ID | <[email protected]> |
Hello all, I was tasked by the DOM WG to run the DOM Level 2 HTML test suite in Mozilla and Microsoft's Internet Explorer in order to move the DOM Level 2 HTML specification forward. So far I've only been succesful at running these tests and getting results using Mozilla (current trunk, which should match 1.1), I'm unable to run the test suite in IE due to errors either in the test harness, or in IE that cause the test suite to not run more than a few tests. I'm still working on getting results from IE, but here's the results from running the tests in Mozilla. -- jst
DOM_Level_2_HTML_test_results.html
(text/html, 3.7 KB)
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>DOM Level 2 HTML test results</title>
<meta http-equiv="content-type"
content="text/html; charset=ISO-8859-1">
</head>
<body>
<p class="jsUnitSubHeading">Tests with problems (15 out of 546 tests total)
- JsUnit</p>
<p class="jsUnitDefault"><b>1. http://bclary.com/dom-ts/build/level2/html/ecmascript/tests/HTMLDocument02.html:HTMLDocument02
failed</b></p>
<pre>"referrerLink"<br>Expected (string) but was http://bclary.com/dom-ts/build/level2/html/ecmascript/tests/HTMLDocument02.html (string)</pre>
<p class="jsUnitDefault"><b>2. http://bclary.com/dom-ts/build/level2/html/ecmascript/tests/HTMLDocument03.html:HTMLDocument03
failed</b></p>
<pre>"domainLink"<br>Expected (string) but was bclary.com (string)</pre>
<p class="jsUnitDefault"><b>3. http://bclary.com/dom-ts/build/level2/html/ecmascript/tests/HTMLDocument08.html:HTMLDocument08
failed</b></p>
<pre>"lengthLink"<br>Expected 4 (number) but was 2 (number)</pre>
<p class="jsUnitDefault"><b>4. http://bclary.com/dom-ts/build/level2/html/ecmascript/tests/HTMLFontElement02.html:HTMLFontElement02
failed</b></p>
<pre>"faceLink"<br>Expected arial,helvetica (string) but was arial,helvitica (string)</pre>
<p class="jsUnitDefault"><b>5. http://bclary.com/dom-ts/build/level2/html/ecmascript/tests/HTMLInputElement13.html:HTMLInputElement13
failed</b></p>
<pre>"size"<br>Expected 25 (number) but was 25 (string)</pre>
<p class="jsUnitDefault"><b>6. http://bclary.com/dom-ts/build/level2/html/ecmascript/tests/HTMLIsIndexElement01.html:HTMLIsIndexElement01
failed</b></p>
<pre>"formNotNull"<br>Expected not to be null</pre>
<p class="jsUnitDefault"><b>7. http://bclary.com/dom-ts/build/level2/html/ecmascript/tests/HTMLMapElement02.html:HTMLMapElement02
failed</b></p>
<pre>"mapLink"<br>Expected mapid (string) but was html-map (string)</pre>
<p class="jsUnitDefault"><b>8. http://bclary.com/dom-ts/build/level2/html/ecmascript/tests/HTMLTableCellElement09.html:HTMLTableCellElement09
failed</b></p>
<pre>"bgColorLink"<br>Expected #00ffff (string) but was 00ffff (string)</pre>
<p class="jsUnitDefault"><b>9. http://bclary.com/dom-ts/build/level2/html/ecmascript/tests/HTMLTableCellElement10.html:HTMLTableCellElement10
failed</b></p>
<pre>"bgColorLink"<br>Expected #ff0000 (string) but was ff0000 (string)</pre>
<p class="jsUnitDefault"><b>10. http://bclary.com/dom-ts/build/level2/html/ecmascript/tests/HTMLTableElement31.html:HTMLTableElement31
failed</b></p>
<pre>"Asize2"<br>Expected 1 (number) but was 0 (number)</pre>
<p class="jsUnitDefault"><b>11. http://bclary.com/dom-ts/build/level2/html/ecmascript/tests/HTMLTableSectionElement25.html:HTMLTableSectionElement25
failed</b></p>
<pre>"HTMLTableSectionElement25"<br>Call to assertTrue(boolean) with false</pre>
<p class="jsUnitDefault"><b>12. http://bclary.com/dom-ts/build/level2/html/ecmascript/tests/HTMLTableSectionElement26.html:HTMLTableSectionElement26
failed</b></p>
<pre>"HTMLTableSectionElement26"<br>Call to assertTrue(boolean) with false</pre>
<p class="jsUnitDefault"><b>13. http://bclary.com/dom-ts/build/level2/html/ecmascript/tests/HTMLTableSectionElement27.html:HTMLTableSectionElement27
failed</b></p>
<pre>"HTMLTableSectionElement27"<br>Call to assertTrue(boolean) with false</pre>
<p class="jsUnitDefault"><b>14. http://bclary.com/dom-ts/build/level2/html/ecmascript/tests/HTMLTableSectionElement28.html:HTMLTableSectionElement28
failed</b></p>
<pre>"HTMLTableSectionElement28"<br>Call to assertTrue(boolean) with false</pre>
<p class="jsUnitDefault"><b>15. http://bclary.com/dom-ts/build/level2/html/ecmascript/tests/HTMLTableSectionElement29.html:HTMLTableSectionElement29
failed</b></p>
<pre>"HTMLTableSectionElement29"<br>Call to assertTrue(boolean) with false</pre>
<br>
</body>
</html>