diff options
Diffstat (limited to 'editor/reftests/passwd-9-with-TextEditor.html')
-rw-r--r-- | editor/reftests/passwd-9-with-TextEditor.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/editor/reftests/passwd-9-with-TextEditor.html b/editor/reftests/passwd-9-with-TextEditor.html new file mode 100644 index 0000000000..d775c44238 --- /dev/null +++ b/editor/reftests/passwd-9-with-TextEditor.html @@ -0,0 +1,7 @@ +<!DOCTYPE html> +<html class="reftest-wait"> +<body onload="document.getElementsByTagName('input')[0].type = 'text'; + document.documentElement.removeAttribute('class');"> + <input type="password" value="abcdef"> +</body> +</html> |