[WK2] selection does not disappear after coping the text
[framework/web/webkit-efl.git] / ManualTests / scrolling-nestedframesets.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
2         "http://www.w3.org/TR/html4/strict.dtd">
3 <html lang="en">
4 <head>
5 </head>
6 <body>
7 <p><b>BUG ID:</b> <a href="rdar://problem/4361048">4361048</a> Glendale Regression: Seed: scrolling with scrollwheel, trackpad doesn't work for nested framesets at gmail.com</p>
8
9 <p id="test" style="background-color:skyblue; padding:3px;"><b>STEPS TO TEST:</b> 
10 <ol>
11         <li>Place your mouse cursor over the leftmost frame below.</li>
12         <li>Try to scroll the contents of the frame up and down my using your mouse's scrollwheel.</li>
13         <li>Repeat for the other two frames.</li>
14 </ol>
15
16 </p>
17
18 <p id="success" style="background-color:palegreen; padding:3px;"><b>TEST PASS:</b> 
19 The contents of the frame each frame should scroll.</p>
20
21 <p id="failure" style="background-color:#FF3300; padding:3px;"><b>TEST FAIL:</b>  
22 The contents of each frame do NOT scroll.
23 </p>
24
25 <iframe width="800" height="500" src="resources/nestedframesets.html">
26
27 </body>
28 </html>