blob: 30df2f34844f1fd326ed5f2c349e695525d867fc (
plain)
1
2
3
4
5
6
7
8
|
<!DOCTYPE html>
<html>
<!-- Test: placeholder should be used by input text elements -->
<link rel='stylesheet' type='text/css' href='placeholder-style.css'>
<body>
<input type="text" value="" placeholder="my placeholder">
</body>
</html>
|