diff options
Diffstat (limited to 'editor/libeditor/tests/file_bug586662.html')
-rw-r--r-- | editor/libeditor/tests/file_bug586662.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/editor/libeditor/tests/file_bug586662.html b/editor/libeditor/tests/file_bug586662.html new file mode 100644 index 0000000000..2989531975 --- /dev/null +++ b/editor/libeditor/tests/file_bug586662.html @@ -0,0 +1,7 @@ +<!DOCTYPE html> +<html> + <body> + <div style="height: 20000px;"></div> + <textarea id="editor"></textarea> + </body> +</html> |