Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / forms / password-placeholder-text-security-expected.html
blobf380b110f55fb84ee4ff41f852adc6bf06838224
1 <html>
2 <head>
3 <style>
4 #pass1, #pass3 {
5 color: darkGray;
7 </style>
8 </head>
9 <body>
10 This tests that the text security mode switches correctly when the placeholder appears and disappears.<br>
11 Leave field 1 alone. It should show the placeholder text: <input type="text" id="pass1" value="placeholder"><br>
12 Focus field 2 and type. It should show bullets for the password.: <input type="password" id="pass2" value="1234"><br>
13 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>
14 </body>
15 </html>