[webkit-changes] cvs commit: WebCore/manual-tests template.html

Vicki vicki at opensource.apple.com
Thu Jun 23 12:13:57 PDT 2005


vicki       05/06/23 12:13:57

  Modified:    .        ChangeLog
  Added:       manual-tests template.html
  Log:
  	- added template to be used when writing manual tests
  
          * manual-tests/template.html: Added.
  
  Revision  Changes    Path
  1.4306    +6 -0      WebCore/ChangeLog
  
  Index: ChangeLog
  ===================================================================
  RCS file: /cvs/root/WebCore/ChangeLog,v
  retrieving revision 1.4305
  retrieving revision 1.4306
  diff -u -r1.4305 -r1.4306
  --- ChangeLog	23 Jun 2005 03:15:23 -0000	1.4305
  +++ ChangeLog	23 Jun 2005 19:13:53 -0000	1.4306
  @@ -1,3 +1,9 @@
  +2005-06-23  Vicki Murley  <vicki at apple.com>
  +
  +	- added template to be used when writing manual tests
  +
  +        * manual-tests/template.html: Added.
  +
   2005-06-22  Darin Adler  <darin at apple.com>
   
           - added forwarding headers as needed for Eric Seidel's KDOM work
  
  
  
  1.1                  WebCore/manual-tests/template.html
  
  Index: template.html
  ===================================================================
  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
          "http://www.w3.org/TR/html4/strict.dtd">
  <html lang="en">
  <head>
  </head>
  <body>
  <p><b>BUG ID:</b> <a href="Bug URL Here">Bug ID Number Here</a> Bug Title Here</p>
  
  <p id="test" style="background-color:skyblue; padding:3px;"><b>STEPS TO TEST:</b> 
  Please describe the steps required to test this bug here.
  </p>
  
  <p id="success" style="background-color:palegreen; padding:3px;"><b>TEST PASS:</b> 
  Expected results if the test PASSES here.  Please describe the results the tester would see if the bug in question is FIXED.
  </p>
  
  <p id="failure" style="background-color:#FF3300; padding:3px;"><b>TEST FAIL:</b>  
  Expected results if the test FAILS here.  Please describe the results the tester would see if the bug in question is NOT FIXED.  In many cases, this is just a description of the original bug.
  </p>
  
  Your test code goes here.  
  
  </body>
  </html>
  
  
  



More information about the webkit-changes mailing list