aboutsummaryrefslogtreecommitdiffstats
path: root/test/test-textarea.html
diff options
context:
space:
mode:
Diffstat (limited to 'test/test-textarea.html')
-rw-r--r--test/test-textarea.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/test-textarea.html b/test/test-textarea.html
new file mode 100644
index 0000000..9c460fa
--- /dev/null
+++ b/test/test-textarea.html
@@ -0,0 +1,10 @@
+<!DOCTYPE html>
+<html lang="en">
+ <head>
+ <meta charset="utf-8">
+ <title>Textarea Test Page</title>
+ </head>
+ <body>
+ <textarea id="ta">initial text</textarea>
+ </body>
+</html>