summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/forms/password-placeholder-text-security-expected.html
blob: f380b110f55fb84ee4ff41f852adc6bf06838224 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<html>
<head>
<style>
#pass1, #pass3 {
    color: darkGray;
}
</style>
</head>
    <body>
        This tests that the text security mode switches correctly when the placeholder appears and disappears.<br>
        Leave field 1 alone. It should show the placeholder text: <input type="text" id="pass1" value="placeholder"><br>
        Focus field 2 and type.  It should show bullets for the password.: <input type="password" id="pass2" value="1234"><br>
        Focus field 3 and type.  Clear the value and blur the field.  It should show the placeholder text: <input type="text" id="pass3" value="placeholder"><br>
    </body>
</html>