Chromium Code Reviews| Index: third_party/WebKit/Source/web/tests/data/longpress_textarea.html |
| diff --git a/third_party/WebKit/Source/web/tests/data/longpress_textarea.html b/third_party/WebKit/Source/web/tests/data/longpress_textarea.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..9f996c45bb0b59f025ec7745fcd47f2840a7846a |
| --- /dev/null |
| +++ b/third_party/WebKit/Source/web/tests/data/longpress_textarea.html |
| @@ -0,0 +1,24 @@ |
| +<!DOCTYPE html> |
| +<html> |
| +<head> |
| +<style> |
| +span { |
| + font-size: 300%; |
| +} |
| +</style> |
| +</head> |
| +<body> |
| +<textarea id="blanklinestextbox"> |
| + |
| + |
| + |
| + |
| + |
| + |
| + |
| + |
| + |
| +</textarea> |
| + |
| +</body> |
| +</html> |