template.html 802 B

123456789101112131415161718192021
  1. <!DOCTYPE html>
  2. <html>
  3. <body>
  4. <p><b>BUG ID:</b> <a href="Bug URL Here">Bug ID Number Here</a> Bug Title Here</p>
  5. <p id="test" style="background-color:skyblue; padding:3px;"><b>STEPS TO TEST:</b>
  6. Please describe the steps required to test this bug here.
  7. </p>
  8. <p id="success" style="background-color:palegreen; padding:3px;"><b>TEST PASS:</b>
  9. Expected results if the test PASSES here. Please describe the results the tester would see if the bug in question is FIXED.
  10. </p>
  11. <p id="failure" style="background-color:#FF3300; padding:3px;"><b>TEST FAIL:</b>
  12. 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.
  13. </p>
  14. Your test code goes here.
  15. </body>
  16. </html>