diff options
Diffstat (limited to 'devtools/client/framework/test/doc_textbox_tool.html')
-rw-r--r-- | devtools/client/framework/test/doc_textbox_tool.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/devtools/client/framework/test/doc_textbox_tool.html b/devtools/client/framework/test/doc_textbox_tool.html new file mode 100644 index 0000000000..6f0c32ade0 --- /dev/null +++ b/devtools/client/framework/test/doc_textbox_tool.html @@ -0,0 +1,10 @@ +<!DOCTYPE html> +<html> +<body> + <input /> + <input type='text' /> + <input type='search' /> + <textarea></textarea> + <input type='radio' /> +</body> +</html> |