projects
/
framework
/
web
/
webkit-efl.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge "Use EwkView's variables instead of drawingScaleFactor and drawingScrollPositio...
[framework/web/webkit-efl.git]
/
ManualTests
/
select-page-scroll.html
1
<p>
2
Click below the scroll thumb and H should scroll to the top.
3
See <a href="https://bugs.webkit.org/show_bug.cgi?id=53628">Bug 53628</a> for detail.
4
5
<p>
6
<select multiple size=8>
7
<option>A</option>
8
<option>B</option>
9
<option>C</option>
10
<option>D</option>
11
<option>E</option>
12
<option>F</option>
13
<option>G</option>
14
<option>H</option>
15
<option>I</option>
16
<option>J</option>
17
<option>K</option>
18
<option>L</option>
19
<option>M</option>
20
<option>N</option>
21
<option>O</option>
22
<option>P</option>
23
<option>Q</option>
24
<option>R</option>
25
<option>S</option>
26
<option>T</option>
27
<option>U</option>
28
<option>V</option>
29
<option>W</option>
30
<option>X</option>
31
<option>Y</option>
32
<option>Z</option>
33
</select>