[WK2] selection does not disappear after coping the text
[framework/web/webkit-efl.git] / ManualTests / template.html
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
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>
9
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>
13
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>
17
18 Your test code goes here.  
19
20 </body>
21 </html>