[webkit-changes] cvs commit: WebCore/layout-tests/dom/html/level2/html HTMLIFrameElement11.html HTMLIFrameElement11.js HTMLIFrameElement11.html-disabled

Vicki vicki at opensource.apple.com
Thu Sep 8 12:57:28 PDT 2005


vicki       05/09/08 12:57:28

  Modified:    .        ChangeLog
               layout-tests/dom/html/level2/html HTMLIFrameElement11.js
  Added:       layout-tests/dom/html/level2/html HTMLIFrameElement11.html
  Removed:     layout-tests/dom/html/level2/html
                        HTMLIFrameElement11.html-disabled
  Log:
          Reviewed by Don Melton.
  
  	- fix http://bugzilla.opendarwin.org/show_bug.cgi?id=4891 (HTMLIFrameElement11.js checks for
  	wrong title, causes false failure) and enabled HTMLIFrameElement11.html
  
          * layout-tests/dom/html/level2/html/HTMLIFrameElement11.js: check for correct title of resources/frame.html
  
          * layout-tests/dom/html/level2/html/HTMLIFrameElement11.html: Added.
          * layout-tests/dom/html/level2/html/HTMLIFrameElement11.html-disabled: Removed.
  
  Revision  Changes    Path
  1.105     +12 -0     WebCore/ChangeLog
  
  Index: ChangeLog
  ===================================================================
  RCS file: /cvs/root/WebCore/ChangeLog,v
  retrieving revision 1.104
  retrieving revision 1.105
  diff -u -r1.104 -r1.105
  --- ChangeLog	8 Sep 2005 18:05:20 -0000	1.104
  +++ ChangeLog	8 Sep 2005 19:57:27 -0000	1.105
  @@ -1,3 +1,15 @@
  +2005-09-08  Vicki Murley  <vicki at apple.com>
  +
  +        Reviewed by Don Melton.
  + 
  +	- fix http://bugzilla.opendarwin.org/show_bug.cgi?id=4891 (HTMLIFrameElement11.js checks for 
  +	wrong title, causes false failure) and enabled HTMLIFrameElement11.html
  +
  +        * layout-tests/dom/html/level2/html/HTMLIFrameElement11.js: check for correct title of resources/frame.html
  +
  +        * layout-tests/dom/html/level2/html/HTMLIFrameElement11.html: Added.
  +        * layout-tests/dom/html/level2/html/HTMLIFrameElement11.html-disabled: Removed.
  +
   2005-09-08  Geoffrey Garen  <ggaren at apple.com>
   
           -fixed gcc 4.0 build bustage due to inconsitent return type
  
  
  
  1.2       +1 -1      WebCore/layout-tests/dom/html/level2/html/HTMLIFrameElement11.js
  
  Index: HTMLIFrameElement11.js
  ===================================================================
  RCS file: /cvs/root/WebCore/layout-tests/dom/html/level2/html/HTMLIFrameElement11.js,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- HTMLIFrameElement11.js	26 Jul 2005 08:35:40 -0000	1.1
  +++ HTMLIFrameElement11.js	8 Sep 2005 19:57:28 -0000	1.2
  @@ -100,7 +100,7 @@
   
         vtitle = cd.title;
   
  -      assertEquals("titleLink","NIST DOM HTML Test - FRAME",vtitle);
  +      assertEquals("titleLink","NIST DOM HTML Test - FRAMESET",vtitle);
          
   }
   
  
  
  
  1.1                  WebCore/layout-tests/dom/html/level2/html/HTMLIFrameElement11.html
  
  Index: HTMLIFrameElement11.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 - IFRAME2</TITLE>
  <!--  required by frame contents  -->
  <SCRIPT type="text/javascript">function loadComplete() { }</SCRIPT>
  <script type='text/javascript' src='selfhtml.js'></script><script charset='UTF-8' type='text/javascript' src='HTMLIFrameElement11.js'></script><script type='text/javascript'>function loadComplete() { startTest(); }</script></HEAD>
  <BODY onload="loadComplete()">
  <IFRAME ID="Iframe1" NAME="Iframe1" SRC="resources/iframe.html">IFRAME1</IFRAME>
  <IFRAME ID="Iframe2" SRC="resources/frame.html" NAME="Iframe2">IFRAME2</IFRAME>
  </BODY>
  </HTML>
  
  
  



More information about the webkit-changes mailing list