gecko/editor/libeditor/html/tests/file_bug549262.html
Ehsan Akhgari c6e514aa14 Bug 549262 - Enable the (shift-)space shortcut key for scrolling up/down in pages containing editable elements; r=roc
--HG--
extra : rebase_source : 99706dd2e678052b345b011ea76f17370ad1a227
2010-09-06 16:59:41 -04:00

9 lines
169 B
HTML

<!DOCTYPE html>
<html>
<body>
<a href="">test</a>
<div id="editor" contenteditable="true">abc</div>
<div style="height: 20000px;"></div>
</body>
</html>