[webkit-changes] cvs commit: WebCore/layout-tests/dom/html/level2/html HTMLDocument17-expected.txt HTMLDocument17.html HTMLDocument19-expected.txt HTMLDocument19.html HTMLDocument20-expected.txt HTMLDocument20.html HTMLDocument21-expected.txt HTMLDocument21.html HTMLFormElement10.html-disabled HTMLFormElement10.js selfhtml.js HTMLDocument17.html-disabled HTMLDocument19.html-disabled HTMLDocument20.html-disabled HTMLDocument21.html-disabled HTMLFormElement10-expected.txt

Darin darin at opensource.apple.com
Fri Aug 26 22:28:45 PDT 2005


darin       05/08/26 22:28:44

  Modified:    .        ChangeLog
               layout-tests/dom/html/level1/core selfhtml.js
               layout-tests/dom/html/level2/core selfhtml.js
               layout-tests/dom/html/level2/events selfhtml.js
               layout-tests/dom/html/level2/html
                        HTMLFormElement10.html-disabled
                        HTMLFormElement10.js selfhtml.js
  Added:       layout-tests/dom/html/level2/html
                        HTMLDocument17-expected.txt HTMLDocument17.html
                        HTMLDocument19-expected.txt HTMLDocument19.html
                        HTMLDocument20-expected.txt HTMLDocument20.html
                        HTMLDocument21-expected.txt HTMLDocument21.html
  Removed:     layout-tests/dom/html/level2/html
                        HTMLDocument17.html-disabled
                        HTMLDocument19.html-disabled
                        HTMLDocument20.html-disabled
                        HTMLDocument21.html-disabled
                        HTMLFormElement10-expected.txt
  Log:
          - fixed a few things in the DOM test suite
  
          * layout-tests/dom/html/level1/core/selfhtml.js:
          * layout-tests/dom/html/level2/core/selfhtml.js:
          * layout-tests/dom/html/level2/events/selfhtml.js:
          * layout-tests/dom/html/level2/html/selfhtml.js:
          Updated all 4 of these to match and have better comments.
  
          * layout-tests/dom/html/level2/html/HTMLDocument17-expected.txt: Added.
          * layout-tests/dom/html/level2/html/HTMLDocument17.html: Added.
          * layout-tests/dom/html/level2/html/HTMLDocument17.html-disabled: Removed.
          Re-enabled this test since it's no longer crashing (and succeeding)!
  
          * layout-tests/dom/html/level2/html/HTMLDocument19-expected.txt: Added.
          * layout-tests/dom/html/level2/html/HTMLDocument19.html: Added.
          * layout-tests/dom/html/level2/html/HTMLDocument19.html-disabled: Removed.
          Re-enabled this test since it's no longer crashing (and succeeding)!
  
          * layout-tests/dom/html/level2/html/HTMLDocument20-expected.txt: Added.
          * layout-tests/dom/html/level2/html/HTMLDocument20.html: Added.
          * layout-tests/dom/html/level2/html/HTMLDocument20.html-disabled: Removed.
          Re-enabled this test since it's no longer crashing (and succeeding)!
  
          * layout-tests/dom/html/level2/html/HTMLDocument21-expected.txt: Added.
          * layout-tests/dom/html/level2/html/HTMLDocument21.html: Added.
          * layout-tests/dom/html/level2/html/HTMLDocument21.html-disabled: Removed.
          Re-enabled this test since it's no longer crashing (and succeeding)!
  
          * layout-tests/dom/html/level2/html/HTMLFormElement10-expected.txt: Removed.
          * layout-tests/dom/html/level2/html/HTMLFormElement10.html-disabled: Reverted the changes
          to this disabled test; it's still disabled, but now not changed locally in WebKit.
          * layout-tests/dom/html/level2/html/HTMLFormElement10.js: Reverted the changes in this
          script. Should no longer be needed.
  
  Revision  Changes    Path
  1.22      +36 -0     WebCore/ChangeLog
  
  Index: ChangeLog
  ===================================================================
  RCS file: /cvs/root/WebCore/ChangeLog,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- ChangeLog	27 Aug 2005 03:59:56 -0000	1.21
  +++ ChangeLog	27 Aug 2005 05:28:42 -0000	1.22
  @@ -1,3 +1,39 @@
  +2005-08-26  Darin Adler  <darin at apple.com>
  +
  +        - fixed a few things in the DOM test suite
  +
  +        * layout-tests/dom/html/level1/core/selfhtml.js:
  +        * layout-tests/dom/html/level2/core/selfhtml.js:
  +        * layout-tests/dom/html/level2/events/selfhtml.js:
  +        * layout-tests/dom/html/level2/html/selfhtml.js:
  +        Updated all 4 of these to match and have better comments.
  +
  +        * layout-tests/dom/html/level2/html/HTMLDocument17-expected.txt: Added.
  +        * layout-tests/dom/html/level2/html/HTMLDocument17.html: Added.
  +        * layout-tests/dom/html/level2/html/HTMLDocument17.html-disabled: Removed.
  +        Re-enabled this test since it's no longer crashing (and succeeding)!
  +
  +        * layout-tests/dom/html/level2/html/HTMLDocument19-expected.txt: Added.
  +        * layout-tests/dom/html/level2/html/HTMLDocument19.html: Added.
  +        * layout-tests/dom/html/level2/html/HTMLDocument19.html-disabled: Removed.
  +        Re-enabled this test since it's no longer crashing (and succeeding)!
  +
  +        * layout-tests/dom/html/level2/html/HTMLDocument20-expected.txt: Added.
  +        * layout-tests/dom/html/level2/html/HTMLDocument20.html: Added.
  +        * layout-tests/dom/html/level2/html/HTMLDocument20.html-disabled: Removed.
  +        Re-enabled this test since it's no longer crashing (and succeeding)!
  +
  +        * layout-tests/dom/html/level2/html/HTMLDocument21-expected.txt: Added.
  +        * layout-tests/dom/html/level2/html/HTMLDocument21.html: Added.
  +        * layout-tests/dom/html/level2/html/HTMLDocument21.html-disabled: Removed.
  +        Re-enabled this test since it's no longer crashing (and succeeding)!
  +
  +        * layout-tests/dom/html/level2/html/HTMLFormElement10-expected.txt: Removed.
  +        * layout-tests/dom/html/level2/html/HTMLFormElement10.html-disabled: Reverted the changes
  +        to this disabled test; it's still disabled, but now not changed locally in WebKit.
  +        * layout-tests/dom/html/level2/html/HTMLFormElement10.js: Reverted the changes in this
  +        script. Should no longer be needed.
  +
   2005-08-26  Curt Arnold  <curt.arnold at mac.com>
   
           Reviewed and landed by Darin.
  
  
  
  1.3       +29 -11    WebCore/layout-tests/dom/html/level1/core/selfhtml.js
  
  Index: selfhtml.js
  ===================================================================
  RCS file: /cvs/root/WebCore/layout-tests/dom/html/level1/core/selfhtml.js,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- selfhtml.js	11 Aug 2005 01:01:50 -0000	1.2
  +++ selfhtml.js	27 Aug 2005 05:28:42 -0000	1.3
  @@ -10,16 +10,6 @@
   */
   
   
  -//
  -//   Webkit modification:  28-July-2005
  -//
  -if (window.layoutTestController)
  -    layoutTestController.dumpAsText();
  -//
  -//   End modification
  -//
  -
  -
     function assertSize(descr, expected, actual) {
       var actualSize;
       assertNotNull(descr, actual);
  @@ -681,6 +671,21 @@
   
   
   function startTest() {
  +
  +//
  +//  WebKit modification: 18-August-2005
  +//
  +//  Inform the test controller that this test has a text-format result and so should
  +//  be dumped as text, and also that the dump should not occur automatically.
  +//
  +if (window.layoutTestController) {
  +    layoutTestController.dumpAsText();
  +    layoutTestController.waitUntilDone();
  +}
  +//
  +//  End WebKit modification
  +//
  +
   	//
   	//   invoke test setup
   	//
  @@ -700,4 +705,17 @@
               setResult("error", ex);
           }
       }
  -}
  \ No newline at end of file
  +
  +//
  +//  WebKit modification: 18-August-2005
  +//
  +//  Inform the test controller that this test is complete, so it's time to dump.
  +//
  +    if (window.layoutTestController) {
  +        layoutTestController.notifyDone();
  +    }
  +//
  +//  End WebKit modification
  +//      
  +
  +}
  
  
  
  1.3       +29 -11    WebCore/layout-tests/dom/html/level2/core/selfhtml.js
  
  Index: selfhtml.js
  ===================================================================
  RCS file: /cvs/root/WebCore/layout-tests/dom/html/level2/core/selfhtml.js,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- selfhtml.js	11 Aug 2005 01:01:51 -0000	1.2
  +++ selfhtml.js	27 Aug 2005 05:28:42 -0000	1.3
  @@ -10,16 +10,6 @@
   */
   
   
  -//
  -//   Webkit modification:  28-July-2005
  -//
  -if (window.layoutTestController)
  -    layoutTestController.dumpAsText();
  -//
  -//   End modification
  -//
  -
  -
     function assertSize(descr, expected, actual) {
       var actualSize;
       assertNotNull(descr, actual);
  @@ -681,6 +671,21 @@
   
   
   function startTest() {
  +
  +//
  +//  WebKit modification: 18-August-2005
  +//
  +//  Inform the test controller that this test has a text-format result and so should
  +//  be dumped as text, and also that the dump should not occur automatically.
  +//
  +if (window.layoutTestController) {
  +    layoutTestController.dumpAsText();
  +    layoutTestController.waitUntilDone();
  +}
  +//
  +//  End WebKit modification
  +//
  +
   	//
   	//   invoke test setup
   	//
  @@ -700,4 +705,17 @@
               setResult("error", ex);
           }
       }
  -}
  \ No newline at end of file
  +
  +//
  +//  WebKit modification: 18-August-2005
  +//
  +//  Inform the test controller that this test is complete, so it's time to dump.
  +//
  +    if (window.layoutTestController) {
  +        layoutTestController.notifyDone();
  +    }
  +//
  +//  End WebKit modification
  +//      
  +
  +}
  
  
  
  1.3       +29 -11    WebCore/layout-tests/dom/html/level2/events/selfhtml.js
  
  Index: selfhtml.js
  ===================================================================
  RCS file: /cvs/root/WebCore/layout-tests/dom/html/level2/events/selfhtml.js,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- selfhtml.js	11 Aug 2005 01:01:51 -0000	1.2
  +++ selfhtml.js	27 Aug 2005 05:28:42 -0000	1.3
  @@ -10,16 +10,6 @@
   */
   
   
  -//
  -//   Webkit modification:  28-July-2005
  -//
  -if (window.layoutTestController)
  -    layoutTestController.dumpAsText();
  -//
  -//   End modification
  -//
  -
  -
     function assertSize(descr, expected, actual) {
       var actualSize;
       assertNotNull(descr, actual);
  @@ -681,6 +671,21 @@
   
   
   function startTest() {
  +
  +//
  +//  WebKit modification: 18-August-2005
  +//
  +//  Inform the test controller that this test has a text-format result and so should
  +//  be dumped as text, and also that the dump should not occur automatically.
  +//
  +if (window.layoutTestController) {
  +    layoutTestController.dumpAsText();
  +    layoutTestController.waitUntilDone();
  +}
  +//
  +//  End WebKit modification
  +//
  +
   	//
   	//   invoke test setup
   	//
  @@ -700,4 +705,17 @@
               setResult("error", ex);
           }
       }
  -}
  \ No newline at end of file
  +
  +//
  +//  WebKit modification: 18-August-2005
  +//
  +//  Inform the test controller that this test is complete, so it's time to dump.
  +//
  +    if (window.layoutTestController) {
  +        layoutTestController.notifyDone();
  +    }
  +//
  +//  End WebKit modification
  +//      
  +
  +}
  
  
  
  1.2       +1 -3      WebCore/layout-tests/dom/html/level2/html/HTMLFormElement10.html-disabled
  
  Index: HTMLFormElement10.html-disabled
  ===================================================================
  RCS file: /cvs/root/WebCore/layout-tests/dom/html/level2/html/HTMLFormElement10.html-disabled,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- HTMLFormElement10.html-disabled	19 Aug 2005 17:01:38 -0000	1.1
  +++ HTMLFormElement10.html-disabled	27 Aug 2005 05:28:43 -0000	1.2
  @@ -5,9 +5,7 @@
   <TITLE>FORM3</TITLE>
   <script type='text/javascript' src='selfhtml.js'></script><script charset='UTF-8' type='text/javascript' src='HTMLFormElement10.js'></script><script type='text/javascript'>function loadComplete() { startTest(); }</script></HEAD>
   <BODY onload="loadComplete()">
  -<!-- disable this for now, since it causes all layout tests after this test to fail
  -<FORM ID="form1" ACTION="data:text/html,<script>if(window.layoutTestController){layoutTestController.notifyDone();}</script><span style='visibility: hidden'>">
  --->
  +<FORM ID="form1" ACTION="about:blank">
   <P>
   <TEXTAREA NAME="text1" COLS="20" ROWS="7"></TEXTAREA>
   <INPUT TYPE="submit" NAME="submit1" VALUE="Submit" />
  
  
  
  1.3       +0 -4      WebCore/layout-tests/dom/html/level2/html/HTMLFormElement10.js
  
  Index: HTMLFormElement10.js
  ===================================================================
  RCS file: /cvs/root/WebCore/layout-tests/dom/html/level2/html/HTMLFormElement10.js,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- HTMLFormElement10.js	11 Aug 2005 09:39:47 -0000	1.2
  +++ HTMLFormElement10.js	27 Aug 2005 05:28:43 -0000	1.3
  @@ -95,10 +95,6 @@
         nodeList = doc.getElementsByTagName("form");
         assertSize("Asize",1,nodeList);
   testNode = nodeList.item(0);
  -
  -      if (window.layoutTestController)
  -          layoutTestController.waitUntilDone();
  -
         testNode.submit();
         
   }
  
  
  
  1.4       +24 -17    WebCore/layout-tests/dom/html/level2/html/selfhtml.js
  
  Index: selfhtml.js
  ===================================================================
  RCS file: /cvs/root/WebCore/layout-tests/dom/html/level2/html/selfhtml.js,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- selfhtml.js	19 Aug 2005 17:01:40 -0000	1.3
  +++ selfhtml.js	27 Aug 2005 05:28:43 -0000	1.4
  @@ -10,18 +10,6 @@
   */
   
   
  -//
  -//   Webkit modification:  18-August-2005
  -//
  -if (window.layoutTestController) {
  -    layoutTestController.dumpAsText();
  -    layoutTestController.waitUntilDone();
  -}
  -//
  -//   End modification
  -//
  -
  -
     function assertSize(descr, expected, actual) {
       var actualSize;
       assertNotNull(descr, actual);
  @@ -683,6 +671,21 @@
   
   
   function startTest() {
  +
  +//
  +//  WebKit modification: 18-August-2005
  +//
  +//  Inform the test controller that this test has a text-format result and so should
  +//  be dumped as text, and also that the dump should not occur automatically.
  +//
  +if (window.layoutTestController) {
  +    layoutTestController.dumpAsText();
  +    layoutTestController.waitUntilDone();
  +}
  +//
  +//  End WebKit modification
  +//
  +
   	//
   	//   invoke test setup
   	//
  @@ -702,13 +705,17 @@
               setResult("error", ex);
           }
       }
  +
   //
  -//   Webkit modification:  18-August-2005
  +//  WebKit modification: 18-August-2005
   //
  -if (window.layoutTestController) {
  -    layoutTestController.notifyDone();
  -}
  +//  Inform the test controller that this test is complete, so it's time to dump.
   //
  -//   End modification
  +    if (window.layoutTestController) {
  +        layoutTestController.notifyDone();
  +    }
  +//
  +//  End WebKit modification
   //      
  +
   }
  
  
  
  1.1                  WebCore/layout-tests/dom/html/level2/html/HTMLDocument17-expected.txt
  
  Index: HTMLDocument17-expected.txt
  ===================================================================
  Test:	http://www.w3.org/2001/DOM-Test-Suite/level2/html/HTMLDocument17
  Status:	Success
  
  
  
  1.1                  WebCore/layout-tests/dom/html/level2/html/HTMLDocument17.html
  
  Index: HTMLDocument17.html
  ===================================================================
  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  <HTML>
  <HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=utf-8">
  <TITLE>NIST DOM HTML Test - DOCUMENT</TITLE>
  <script type='text/javascript' src='selfhtml.js'></script><script charset='UTF-8' type='text/javascript' src='HTMLDocument17.js'></script><script type='text/javascript'>function loadComplete() { startTest(); }</script></HEAD>
  <BODY onload="loadComplete()" ID="TEST-BODY"> 
  <FORM ID="form1" ACCEPT-CHARSET="US-ASCII" ACTION="./files/getData.pl" ENCTYPE="application/x-www-form-urlencoded" METHOD="post">
  <P>
  <TEXTAREA NAME="text1" COLS="20" ROWS="7"></TEXTAREA>
  <INPUT TYPE="submit" NAME="submit" VALUE="Submit" />
  <INPUT TYPE="reset" NAME="reset" VALUE="Reset" />
  </P>
  </FORM>
  <P>
  <MAP NAME="mapid" ID="mapid">
  <AREA TABINDEX="10" ACCESSKEY="a" SHAPE="rect" ALT="Domain" COORDS="0,2,45,45" HREF="./files/dletter.html" TITLE="Domain1">
  <AREA TABINDEX="10" ACCESSKEY="a" SHAPE="rect" ALT="Domain" COORDS="0,2,45,45" HREF="./files/dletter.html" TITLE="Domain2">
  </MAP>
  </P>
  <P>
  <IMG ID="IMAGE-1" NAME="IMAGE-1" SRC="./pix/dts.gif" ALT="DTS IMAGE LOGO" LONGDESC="./files/desc.html" USEMAP="#DTS-MAP" WIDTH="115"/>
  </P>
  <P>
  <OBJECT DATA="./pix/line.gif" CODETYPE="image/gif" HEIGHT="10">
  <APPLET ALT="Applet Number 1" CODE="applet1.class"></APPLET>
  </OBJECT>
  <OBJECT DATA="./pix/logo.gif" type="image/gif">
  <APPLET ALT="Applet Number 2" CODE="applet2.class"></APPLET>
  </OBJECT>
  </P>
  <P>
  <A ID="Anchor" DIR="LTR" HREF="./pix/submit.gif" ACCESSKEY="g" TYPE="image/gif" COORDS="0,0,100,100" SHAPE="rect" REL="GLOSSARY" REV="STYLESHEET" HREFLANG="en" CHARSET="US-ASCII" TABINDEX="22" NAME="Anchor">View Submit Button</A>
  </P>
  </BODY>
  </HTML>
  
  
  
  1.1                  WebCore/layout-tests/dom/html/level2/html/HTMLDocument19-expected.txt
  
  Index: HTMLDocument19-expected.txt
  ===================================================================
  Test:	http://www.w3.org/2001/DOM-Test-Suite/level2/html/HTMLDocument19
  Status:	Success
  
  
  
  1.1                  WebCore/layout-tests/dom/html/level2/html/HTMLDocument19.html
  
  Index: HTMLDocument19.html
  ===================================================================
  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  <HTML>
  <HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=utf-8">
  <TITLE>NIST DOM HTML Test - DOCUMENT</TITLE>
  <script type='text/javascript' src='selfhtml.js'></script><script charset='UTF-8' type='text/javascript' src='HTMLDocument19.js'></script><script type='text/javascript'>function loadComplete() { startTest(); }</script></HEAD>
  <BODY onload="loadComplete()" ID="TEST-BODY"> 
  <FORM ID="form1" ACCEPT-CHARSET="US-ASCII" ACTION="./files/getData.pl" ENCTYPE="application/x-www-form-urlencoded" METHOD="post">
  <P>
  <TEXTAREA NAME="text1" COLS="20" ROWS="7"></TEXTAREA>
  <INPUT TYPE="submit" NAME="submit" VALUE="Submit" />
  <INPUT TYPE="reset" NAME="reset" VALUE="Reset" />
  </P>
  </FORM>
  <P>
  <MAP NAME="mapid" ID="mapid">
  <AREA TABINDEX="10" ACCESSKEY="a" SHAPE="rect" ALT="Domain" COORDS="0,2,45,45" HREF="./files/dletter.html" TITLE="Domain1">
  <AREA TABINDEX="10" ACCESSKEY="a" SHAPE="rect" ALT="Domain" COORDS="0,2,45,45" HREF="./files/dletter.html" TITLE="Domain2">
  </MAP>
  </P>
  <P>
  <IMG ID="IMAGE-1" NAME="IMAGE-1" SRC="./pix/dts.gif" ALT="DTS IMAGE LOGO" LONGDESC="./files/desc.html" USEMAP="#DTS-MAP" WIDTH="115"/>
  </P>
  <P>
  <OBJECT DATA="./pix/line.gif" CODETYPE="image/gif" HEIGHT="10">
  <APPLET ALT="Applet Number 1" CODE="applet1.class"></APPLET>
  </OBJECT>
  <OBJECT DATA="./pix/logo.gif" type="image/gif">
  <APPLET ALT="Applet Number 2" CODE="applet2.class"></APPLET>
  </OBJECT>
  </P>
  <P>
  <A ID="Anchor" DIR="LTR" HREF="./pix/submit.gif" ACCESSKEY="g" TYPE="image/gif" COORDS="0,0,100,100" SHAPE="rect" REL="GLOSSARY" REV="STYLESHEET" HREFLANG="en" CHARSET="US-ASCII" TABINDEX="22" NAME="Anchor">View Submit Button</A>
  </P>
  </BODY>
  </HTML>
  
  
  
  1.1                  WebCore/layout-tests/dom/html/level2/html/HTMLDocument20-expected.txt
  
  Index: HTMLDocument20-expected.txt
  ===================================================================
  Test:	http://www.w3.org/2001/DOM-Test-Suite/level2/html/HTMLDocument20
  Status:	Success
  
  
  
  1.1                  WebCore/layout-tests/dom/html/level2/html/HTMLDocument20.html
  
  Index: HTMLDocument20.html
  ===================================================================
  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  <HTML>
  <HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=utf-8">
  <TITLE>NIST DOM HTML Test - DOCUMENT</TITLE>
  <script type='text/javascript' src='selfhtml.js'></script><script charset='UTF-8' type='text/javascript' src='HTMLDocument20.js'></script><script type='text/javascript'>function loadComplete() { startTest(); }</script></HEAD>
  <BODY onload="loadComplete()" ID="TEST-BODY"> 
  <FORM ID="form1" ACCEPT-CHARSET="US-ASCII" ACTION="./files/getData.pl" ENCTYPE="application/x-www-form-urlencoded" METHOD="post">
  <P>
  <TEXTAREA NAME="text1" COLS="20" ROWS="7"></TEXTAREA>
  <INPUT TYPE="submit" NAME="submit" VALUE="Submit" />
  <INPUT TYPE="reset" NAME="reset" VALUE="Reset" />
  </P>
  </FORM>
  <P>
  <MAP NAME="mapid" ID="mapid">
  <AREA TABINDEX="10" ACCESSKEY="a" SHAPE="rect" ALT="Domain" COORDS="0,2,45,45" HREF="./files/dletter.html" TITLE="Domain1">
  <AREA TABINDEX="10" ACCESSKEY="a" SHAPE="rect" ALT="Domain" COORDS="0,2,45,45" HREF="./files/dletter.html" TITLE="Domain2">
  </MAP>
  </P>
  <P>
  <IMG ID="IMAGE-1" NAME="IMAGE-1" SRC="./pix/dts.gif" ALT="DTS IMAGE LOGO" LONGDESC="./files/desc.html" USEMAP="#DTS-MAP" WIDTH="115"/>
  </P>
  <P>
  <OBJECT DATA="./pix/line.gif" CODETYPE="image/gif" HEIGHT="10">
  <APPLET ALT="Applet Number 1" CODE="applet1.class"></APPLET>
  </OBJECT>
  <OBJECT DATA="./pix/logo.gif" type="image/gif">
  <APPLET ALT="Applet Number 2" CODE="applet2.class"></APPLET>
  </OBJECT>
  </P>
  <P>
  <A ID="Anchor" DIR="LTR" HREF="./pix/submit.gif" ACCESSKEY="g" TYPE="image/gif" COORDS="0,0,100,100" SHAPE="rect" REL="GLOSSARY" REV="STYLESHEET" HREFLANG="en" CHARSET="US-ASCII" TABINDEX="22" NAME="Anchor">View Submit Button</A>
  </P>
  </BODY>
  </HTML>
  
  
  
  1.1                  WebCore/layout-tests/dom/html/level2/html/HTMLDocument21-expected.txt
  
  Index: HTMLDocument21-expected.txt
  ===================================================================
  Test:	http://www.w3.org/2001/DOM-Test-Suite/level2/html/HTMLDocument21
  Status:	Success
  
  
  
  1.1                  WebCore/layout-tests/dom/html/level2/html/HTMLDocument21.html
  
  Index: HTMLDocument21.html
  ===================================================================
  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  <HTML>
  <HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=utf-8">
  <TITLE>NIST DOM HTML Test - DOCUMENT</TITLE>
  <script type='text/javascript' src='selfhtml.js'></script><script charset='UTF-8' type='text/javascript' src='HTMLDocument21.js'></script><script type='text/javascript'>function loadComplete() { startTest(); }</script></HEAD>
  <BODY onload="loadComplete()" ID="TEST-BODY"> 
  <FORM ID="form1" ACCEPT-CHARSET="US-ASCII" ACTION="./files/getData.pl" ENCTYPE="application/x-www-form-urlencoded" METHOD="post">
  <P>
  <TEXTAREA NAME="text1" COLS="20" ROWS="7"></TEXTAREA>
  <INPUT TYPE="submit" NAME="submit" VALUE="Submit" />
  <INPUT TYPE="reset" NAME="reset" VALUE="Reset" />
  </P>
  </FORM>
  <P>
  <MAP NAME="mapid" ID="mapid">
  <AREA TABINDEX="10" ACCESSKEY="a" SHAPE="rect" ALT="Domain" COORDS="0,2,45,45" HREF="./files/dletter.html" TITLE="Domain1">
  <AREA TABINDEX="10" ACCESSKEY="a" SHAPE="rect" ALT="Domain" COORDS="0,2,45,45" HREF="./files/dletter.html" TITLE="Domain2">
  </MAP>
  </P>
  <P>
  <IMG ID="IMAGE-1" NAME="IMAGE-1" SRC="./pix/dts.gif" ALT="DTS IMAGE LOGO" LONGDESC="./files/desc.html" USEMAP="#DTS-MAP" WIDTH="115"/>
  </P>
  <P>
  <OBJECT DATA="./pix/line.gif" CODETYPE="image/gif" HEIGHT="10">
  <APPLET ALT="Applet Number 1" CODE="applet1.class"></APPLET>
  </OBJECT>
  <OBJECT DATA="./pix/logo.gif" type="image/gif">
  <APPLET ALT="Applet Number 2" CODE="applet2.class"></APPLET>
  </OBJECT>
  </P>
  <P>
  <A ID="Anchor" DIR="LTR" HREF="./pix/submit.gif" ACCESSKEY="g" TYPE="image/gif" COORDS="0,0,100,100" SHAPE="rect" REL="GLOSSARY" REV="STYLESHEET" HREFLANG="en" CHARSET="US-ASCII" TABINDEX="22" NAME="Anchor">View Submit Button</A>
  </P>
  </BODY>
  </HTML>
  
  
  



More information about the webkit-changes mailing list