[webkit-changes] cvs commit: LayoutTests/fast/frames iframe-target-expected.txt iframe-target.html

Anders andersca at opensource.apple.com
Tue Jan 3 13:51:46 PST 2006


andersca    06/01/03 13:51:46

  Modified:    .        ChangeLog
  Added:       fast/frames iframe-target-expected.txt iframe-target.html
  Log:
  2006-01-03  Anders Carlsson  <andersca at mac.com>
  
          Reviewed by Darin.
  
          - Add test for http://bugzilla.opendarwin.org/show_bug.cgi?id=6357
          REGRESSION: iframe and target is broken
  
          * fast/frames/iframe-target-expected.txt: Added.
          * fast/frames/iframe-target.html: Added.
  
  Revision  Changes    Path
  1.215     +10 -0     LayoutTests/ChangeLog
  
  Index: ChangeLog
  ===================================================================
  RCS file: /cvs/root/LayoutTests/ChangeLog,v
  retrieving revision 1.214
  retrieving revision 1.215
  diff -u -r1.214 -r1.215
  --- ChangeLog	3 Jan 2006 12:37:05 -0000	1.214
  +++ ChangeLog	3 Jan 2006 21:51:45 -0000	1.215
  @@ -1,3 +1,13 @@
  +2006-01-03  Anders Carlsson  <andersca at mac.com>
  +
  +        Reviewed by Darin.
  +
  +        - Add test for http://bugzilla.opendarwin.org/show_bug.cgi?id=6357
  +        REGRESSION: iframe and target is broken
  +        
  +        * fast/frames/iframe-target-expected.txt: Added.
  +        * fast/frames/iframe-target.html: Added.
  +
   2006-01-03  Justin Garcia  <justin.garcia at apple.com>
           
           New/updated layout tests for:
  
  
  
  1.1                  LayoutTests/fast/frames/iframe-target-expected.txt
  
  Index: iframe-target-expected.txt
  ===================================================================
   
  This tests that frame targets work. If this text is successful, this text should still be shown.
  
  
  
  
  1.1                  LayoutTests/fast/frames/iframe-target.html
  
  Index: iframe-target.html
  ===================================================================
  <html>
  <head>
      <script>
      function runTests() {
          if (window.layoutTestController)
              layoutTestController.dumpAsText();
              
          var l = document.getElementById('theform');
          l.submit()
      }
      </script>
  </head>
  <body onload="runTests()">
  <form id="theform" action="about:blank" target="theframe">
  <input type="submit">
  <iframe name="theframe">
  </iframe>
  <div>
  This tests that frame targets work. If this text is successful, this text should still be shown.
  </div>
  </body>
  </html>
  
  



More information about the webkit-changes mailing list