Backed out changeset b94afd94ed9c (bug 1924861) for causing multiple bc failures...
[gecko.git] / layout / reftests / forms / placeholder / placeholder-1-text.html
blob30df2f34844f1fd326ed5f2c349e695525d867fc
1 <!DOCTYPE html>
2 <html>
3 <!-- Test: placeholder should be used by input text elements -->
4 <link rel='stylesheet' type='text/css' href='placeholder-style.css'>
5 <body>
6 <input type="text" value="" placeholder="my placeholder">
7 </body>
8 </html>