diff options
| author | Omar Rizwan <omar@omar.website> | 2021-01-13 00:26:48 -0800 | 
|---|---|---|
| committer | Omar Rizwan <omar@omar.website> | 2021-01-13 00:26:48 -0800 | 
| commit | 82a1d6722def33450733efdffbf94f766ba1fbf5 (patch) | |
| tree | 187db8538809c2bf20ce0726a581a7db3ff0696f /test/test-textarea.html | |
| parent | c8f6827e76768e5da20531c62da008e01865565c (diff) | |
test: add textarea tests
Diffstat (limited to 'test/test-textarea.html')
| -rw-r--r-- | test/test-textarea.html | 10 | 
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> | 
