Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / ManualTests / template.html
blob73fb87256775ee3440b6b7ad4ccaaf039f93a542
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>
6 <p id="test" style="background-color:skyblue; padding:3px;"><b>STEPS TO TEST:</b>
7 Please describe the steps required to test this bug here.
8 </p>
10 <p id="success" style="background-color:palegreen; padding:3px;"><b>TEST PASS:</b>
11 Expected results if the test PASSES here. Please describe the results the tester would see if the bug in question is FIXED.
12 </p>
14 <p id="failure" style="background-color:#FF3300; padding:3px;"><b>TEST FAIL:</b>
15 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.
16 </p>
18 Your test code goes here.
20 </body>
21 </html>