[webkit-changes] cvs commit: WebCore/layout-tests/fast/frames iframe-name-and-id.html

Geoffrey ggaren at opensource.apple.com
Tue Jul 12 11:13:54 PDT 2005


ggaren      05/07/12 11:13:53

  Modified:    .        ChangeLog
               layout-tests/fast/frames iframe-name-and-id.html
  Log:
          Test cases modified:
          * layout-tests/fast/frames/iframe-name-and-id.html:
          now tests dynamically creating frames[x].name
  
  Revision  Changes    Path
  1.4413    +6 -0      WebCore/ChangeLog
  
  Index: ChangeLog
  ===================================================================
  RCS file: /cvs/root/WebCore/ChangeLog,v
  retrieving revision 1.4412
  retrieving revision 1.4413
  diff -u -r1.4412 -r1.4413
  --- ChangeLog	12 Jul 2005 17:44:03 -0000	1.4412
  +++ ChangeLog	12 Jul 2005 18:13:46 -0000	1.4413
  @@ -1,5 +1,11 @@
   2005-07-12  Geoffrey Garen  <ggaren at apple.com>
   
  +        Test cases modified:
  +        * layout-tests/fast/frames/iframe-name-and-id.html:
  +        now tests dynamically creating frames[x].name
  +
  +2005-07-12  Geoffrey Garen  <ggaren at apple.com>
  +
           Added layout test for 
           http://bugzilla.opendarwin.org/show_bug.cgi?id=3435
           Parentheses are backwards in Hebrew text (no bidi mirroring?)
  
  
  
  1.2       +2 -0      WebCore/layout-tests/fast/frames/iframe-name-and-id.html
  
  Index: iframe-name-and-id.html
  ===================================================================
  RCS file: /cvs/root/WebCore/layout-tests/fast/frames/iframe-name-and-id.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- iframe-name-and-id.html	12 Jul 2005 02:00:18 -0000	1.1
  +++ iframe-name-and-id.html	12 Jul 2005 18:13:53 -0000	1.2
  @@ -16,6 +16,8 @@
   	print("frames[0].id (should be undefined): " + frames[0].id);
   	print("");
   
  +    delete frames[0].name; // force dynamic property creation
  +    
   	frames[0].name = "frame0_newname"
   	frames[0].id = "frame0_newid";
   	print("frames[0].name (should be frame0_newname): " + frames[0].name);
  
  
  



More information about the webkit-changes mailing list